#include <coherence/util/ConverterCollections.hpp>
Inherits ConverterCollections::ConverterMap.
Public Types | |
| typedef spec::Handle | Handle |
| ConverterInvocableMap Handle definition. | |
| typedef spec::View | View |
| ConverterInvocableMap View definition. | |
| typedef spec::Holder | Holder |
| ConverterInvocableMap Holder definition. | |
Public Member Functions | |
| virtual Object::Holder | invoke (Object::View vKey, InvocableMap::EntryProcessor::Handle hAgent) |
| virtual Map::View | invokeAll (Collection::View vCollKeys, InvocableMap::EntryProcessor::Handle hAgent) |
| virtual Map::View | invokeAll (Filter::View vFilter, InvocableMap::EntryProcessor::Handle hAgent) |
| virtual Object::Holder | aggregate (Collection::View vCollKeys, InvocableMap::EntryAggregator::Handle hAgent) const |
| virtual Object::Holder | aggregate (Filter::View vFilter, InvocableMap::EntryAggregator::Handle hAgent) const |
| virtual InvocableMap::View | getInvocableMap () const |
| Return the underlying InvocableMap. | |
| virtual InvocableMap::Handle | getInvocableMap () |
| Return the underlying CacheMap. | |
Protected Member Functions | |
| ConverterInvocableMap (InvocableMap::Handle hMapDelegate, EntryConverter::View vConvUp, EntryConverter::View vConvDown) | |
| Create a ConverterInvocableMap which delegates to the s pecified InvocableMap. | |
| ConverterInvocableMap (InvocableMap::View vMapDelegate, EntryConverter::View vConvUp, EntryConverter::View vConvDown) | |
| Create a ConverterInvocableMap which delegates to the s pecified InvocableMap. | |
| ConverterInvocableMap | ( | InvocableMap::Handle | hMapDelegate, | |
| EntryConverter::View | vConvUp, | |||
| EntryConverter::View | vConvDown | |||
| ) | [protected] |
Create a ConverterInvocableMap which delegates to the s pecified InvocableMap.
| hMap | the specified InvocableMap | |
| vConvUp | the EntryConverter from the underlying Map | |
| vConvDown | the EntryConverter to the underlying Map |
| ConverterInvocableMap | ( | InvocableMap::View | vMapDelegate, | |
| EntryConverter::View | vConvUp, | |||
| EntryConverter::View | vConvDown | |||
| ) | [protected] |
Create a ConverterInvocableMap which delegates to the s pecified InvocableMap.
| vMap | the specified InvocableMap | |
| vConvUp | the EntryConverter from the underlying Map | |
| vConvDown | the EntryConverter to the underlying Map |
| virtual InvocableMap::View getInvocableMap | ( | ) | const [virtual] |
Return the underlying InvocableMap.
| virtual InvocableMap::Handle getInvocableMap | ( | ) | [virtual] |