#include <Cache_Map_Manager_T.h>
Collaboration diagram for ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES >:
Public Types | |
typedef ACE_Reference_Pair< KEY, VALUE > | value_type |
typedef ACE_Pair< VALUE, ATTRIBUTES > | CACHE_VALUE |
Public Methods | |
ACE_Cache_Map_Reverse_Iterator (const REVERSE_IMPLEMENTATION &iterator_impl) | |
ACE_Cache_Map_Reverse_Iterator (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs) | |
Copy constructor. | |
~ACE_Cache_Map_Reverse_Iterator (void) | |
ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > & | operator= (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs) |
Assignment operator. | |
int | operator== (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs) const |
Comparision operators. | |
int | operator!= (const ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > &rhs) const |
ACE_Reference_Pair< KEY, VALUE > | operator * (void) const |
ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > & | operator++ (void) |
Prefix advance. | |
ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > | operator++ (int) |
Postfix advance. | |
ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > & | operator-- (void) |
Prefix reverse. | |
ACE_Cache_Map_Reverse_Iterator< KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES > | operator-- (int) |
Postfix reverse. | |
REVERSE_IMPLEMENTATION & | iterator_implementation (void) |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Attributes | |
REVERSE_IMPLEMENTATION | reverse_iterator_implementation_ |
Implementation to be provided by the reverse iterator of the map managed by thr Cache_Map_manager.
|
|
|
The actual value mapped to the key in the cache. The <attributes> are used by the strategy and is transperant to the cache user. |
|
|
|
Copy constructor.
|
|
|
|
Dump the state of an object.
|
|
Returns the iterator of the internal map in the custody of the Cache_Map_Manager. |
|
Returns a reference to the internal element <this> is pointing to. |
|
|
|
Postfix advance.
|
|
Prefix advance.
|
|
Postfix reverse.
|
|
Prefix reverse.
|
|
Assignment operator.
|
|
Comparision operators.
|
|
Declare the dynamic allocation hooks.
|
|
The actual iterator which iterates internally on the map belonging to the Cache_Map_Manager. |