Defines a 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 >::iterator | implementation | 
| Public Member Functions | |
| ACE_Hash_Map_Manager_Ex_Iterator_Adapter (const ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > &impl) | |
| Constructor. | |
| virtual | ~ACE_Hash_Map_Manager_Ex_Iterator_Adapter (void) | 
| Destructor. | |
| virtual ACE_Iterator_Impl< T > * | clone (void) const | 
| Clone. | |
| virtual int | compare (const ACE_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_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & | impl (void) | 
| Accessor to implementation object. | |
| Protected Attributes | |
| ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > | implementation_ | 
| All implementation details are forwarded to this class. | |
Defines a iterator implementation for the Hash_Map_Manager_Adapter.
Implementation to be provided by ACE_Hash_Map_Manager_Ex::iterator.
| typedef ACE_Hash_Map_Manager_Ex<KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>::iterator ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::implementation | 
| ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::ACE_Hash_Map_Manager_Ex_Iterator_Adapter | ( | const ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & | impl | ) |  [inline] | 
Constructor.
| ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::~ACE_Hash_Map_Manager_Ex_Iterator_Adapter | ( | void | ) |  [inline, virtual] | 
Destructor.
| ACE_Iterator_Impl< T > * ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::clone | ( | void | ) | const  [inline, virtual] | 
Clone.
Implements ACE_Iterator_Impl< T >.
| int ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::compare | ( | const ACE_Iterator_Impl< T > & | rhs | ) | const  [inline, virtual] | 
Comparison.
| T ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::dereference | ( | void | ) | const  [inline, virtual] | 
Dereference.
Implements ACE_Iterator_Impl< T >.
| ACE_Hash_Map_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::impl | ( | void | ) |  [inline] | 
Accessor to implementation object.
| void ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::minus_minus | ( | void | ) |  [inline, virtual] | 
Reverse.
Implements ACE_Iterator_Impl< T >.
| void ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::plus_plus | ( | void | ) |  [inline, virtual] | 
Advance.
Implements ACE_Iterator_Impl< T >.
| ACE_Hash_Map_Iterator_Ex<KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex> ACE_Hash_Map_Manager_Ex_Iterator_Adapter< T, KEY, VALUE, HASH_KEY, COMPARE_KEYS >::implementation_  [protected] | 
All implementation details are forwarded to this class.
 1.6.1
 1.6.1