ACE 8.0.1
|
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. | |
virtual | ~ACE_Hash_Map_Manager_Ex_Reverse_Iterator_Adapter () |
Destructor. | |
virtual ACE_Reverse_Iterator_Impl< T > * | clone () const |
Clone. | |
virtual int | compare (const ACE_Reverse_Iterator_Impl< T > &rhs) const |
Comparison. | |
virtual T | dereference () const |
Dereference. | |
virtual void | plus_plus () |
Advance. | |
virtual void | minus_minus () |
Reverse. | |
ACE_Hash_Map_Reverse_Iterator_Ex< KEY, VALUE, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex > & | impl () |
Accessor to implementation object. | |
![]() | |
virtual | ~ACE_Reverse_Iterator_Impl ()=default |
Destructor. | |
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. | |
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.