| ACE
    6.2.5
    | 
Defines a reverse iterator implementation for the Hash_Map_Manager_Adapter. More...
#include <Map_T.h>


| Public Types | |
| typedef ACE_Hash_Map_Manager_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > ::reverse_iterator | implementation | 
| Public Member Functions | |
| 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.  More... | |
| virtual | ~ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter (void) | 
| Destructor.  More... | |
| virtual ACE_Reverse_Iterator_Impl< T > * | clone (void) const | 
| Clone.  More... | |
| virtual int | compare (const ACE_Reverse_Iterator_Impl< T > &rhs) const | 
| Comparison.  More... | |
| virtual T | dereference (void) const | 
| Dereference.  More... | |
| virtual void | plus_plus (void) | 
| Advance.  More... | |
| virtual void | minus_minus (void) | 
| Reverse.  More... | |
| ACE_Hash_Map_Reverse_Iterator_Ex < KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & | impl (void) | 
| Accessor to implementation object.  More... | |
|  Public Member Functions inherited from ACE_Reverse_Iterator_Impl< T > | |
| virtual | ~ACE_Reverse_Iterator_Impl (void) | 
| Destructor.  More... | |
| 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.  More... | |
Defines a reverse iterator implementation for the Hash_Map_Manager_Adapter.
Implementation to be provided by ACE_Hash_Map_Manager_Ex::reverse_iterator.
| typedef ACE_Hash_Map_Manager_Ex<KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>::reverse_iterator ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::implementation | 
| 
 | inline | 
Constructor.
| 
 | virtual | 
Destructor.
| 
 | virtual | 
Clone.
Implements ACE_Reverse_Iterator_Impl< T >.
| 
 | virtual | 
Comparison.
Implements ACE_Reverse_Iterator_Impl< T >.
| 
 | virtual | 
Dereference.
Implements ACE_Reverse_Iterator_Impl< T >.
| 
 | inline | 
Accessor to implementation object.
| 
 | virtual | 
Reverse.
Implements ACE_Reverse_Iterator_Impl< T >.
| 
 | virtual | 
Advance.
Implements ACE_Reverse_Iterator_Impl< T >.
| 
 | protected | 
All implementation details are forwarded to this class.
 1.8.6
 1.8.6