#include <Map_T.h>
Inheritance diagram for ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >:
Public Types | |
typedef ACE_TYPENAME ACE_Hash_Map_Manager_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex >::reverse_iterator | implementation |
Public Methods | |
ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter (const ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > &impl) | |
Constructor. | |
virtual | ~ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter (void) |
Destructor. | |
virtual ACE_Reverse_Iterator_Impl< T > * | clone (void) const |
Clone. | |
virtual int | compare (const ACE_Reverse_Iterator_Impl< T > &rhs) const |
Comparison. | |
virtual T | dereference (void) const |
Dereference. | |
virtual void | plus_plus (void) |
Advance. | |
virtual void | minus_minus (void) |
Reverse. | |
ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & | impl (void) |
Accessor to implementation object. | |
Protected Attributes | |
ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > | implementation_ |
All implementation details are forwarded to this class. |
Implementation to be provided by ACE_Hash_Map_Manager_Ex::reverse_iterator.
|
|
|
Constructor.
|
|
Destructor.
|
|
Clone.
Implements ACE_Reverse_Iterator_Impl< T >. |
|
Comparison.
Implements ACE_Reverse_Iterator_Impl< T >. |
|
Dereference.
Implements ACE_Reverse_Iterator_Impl< T >. |
|
Accessor to implementation object.
|
|
Reverse.
Implements ACE_Reverse_Iterator_Impl< T >. |
|
Advance.
Implements ACE_Reverse_Iterator_Impl< T >. |
|
All implementation details are forwarded to this class.
|