#include <coherence/util/processor/ExtractorProcessor.hpp>
Inherits AbstractProcessor, and PortableObject.
Public Types |
||||
| typedef spec::Handle | Handle | |||
| ExtractorProcessor Handle definition. |
||||
| typedef spec::View | View | |||
| ExtractorProcessor View definition. |
||||
| typedef spec::Holder | Holder | |||
| ExtractorProcessor 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 |
||||
| ExtractorProcessor () | ||||
| Construct a ExtractorProcessor. |
||||
| ExtractorProcessor (ValueExtractor::View vExtractor) | ||||
| Construct an ExtractorProcessor based on the specified ValueExtractor. |
||||
Protected Attributes |
||||
|
MemberView < ValueExtractor > |
m_vExtractor | |||
| The underlying value extractor. |
||||
| ExtractorProcessor | ( | ValueExtractor::View | vExtractor | ) | [protected] |
Construct an ExtractorProcessor based on the specified ValueExtractor.
| vExtractor | a ValueExtractor object; passing null is equivalent to using the IdentityExtractor |