#include <coherence/util/processor/CompositeProcessor.hpp>
Inherits AbstractProcessor, and PortableObject.
Public Types |
||||
| typedef spec::Handle | Handle | |||
| CompositeProcessor Handle definition. |
||||
| typedef spec::View | View | |||
| CompositeProcessor View definition. |
||||
| typedef spec::Holder | Holder | |||
| CompositeProcessor Holder definition. |
||||
Public Member Functions |
||||
| virtual Object::Holder | process (InvocableMap::Entry::Handle hEntry) const | |||
Process a Map::Entry object.
|
||||
| virtual void | readExternal (PofReader::Handle hIn) | |||
| virtual void | writeExternal (PofWriter::Handle hOut) const | |||
| virtual bool | equals (Object::View v) const | |||
| virtual size32_t | hashCode () const | |||
| Return a hash code value for the Object.
This method is supported for the benefit of hash-based containers. The general contract of
The default implementation is identity based.
|
||||
Protected Member Functions |
||||
| CompositeProcessor () | ||||
| Construct a CompositeProcessor. |
||||
| CompositeProcessor (ObjectArray::View vaProcessor) | ||||
| Construct a CompositeProcessor for the specified array of individual entry processors. |
||||
Protected Attributes |
||||
| MemberView< ObjectArray > | m_vaProcessor | |||
| The underlying entry processor array. |
||||
| CompositeProcessor | ( | ObjectArray::View | vaProcessor | ) | [protected] |
Construct a CompositeProcessor for the specified array of individual entry processors.
| vaProcessor | the entry processor array |