ACE
6.1.0
|
Defines a reverse iterator implementation for the Map Manager. More...
#include <Map_T.h>
Public Types | |
typedef ACE_Map_Manager< KEY, VALUE, ACE_Null_Mutex > ::reverse_iterator | implementation |
Public Member Functions | |
ACE_Map_Manager_Reverse_Iterator_Adapter (const ACE_Map_Reverse_Iterator< KEY, VALUE, ACE_Null_Mutex > &impl) | |
Constructor. | |
virtual | ~ACE_Map_Manager_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_Map_Reverse_Iterator< KEY, VALUE, ACE_Null_Mutex > & | impl (void) |
Accessor to implementation object. | |
Protected Attributes | |
ACE_Map_Reverse_Iterator< KEY, VALUE, ACE_Null_Mutex > | implementation_ |
All implementation details are forwarded to this class. |
Defines a reverse iterator implementation for the Map Manager.
Implementation to be provided by ACE_Map_Manager::reverse_iterator.
typedef ACE_Map_Manager<KEY, VALUE, ACE_Null_Mutex>::reverse_iterator ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::implementation |
ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::ACE_Map_Manager_Reverse_Iterator_Adapter | ( | const ACE_Map_Reverse_Iterator< KEY, VALUE, ACE_Null_Mutex > & | impl | ) | [inline] |
Constructor.
ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::~ACE_Map_Manager_Reverse_Iterator_Adapter | ( | void | ) | [virtual] |
Destructor.
ACE_Reverse_Iterator_Impl< T > * ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::clone | ( | void | ) | const [virtual] |
Clone.
Implements ACE_Reverse_Iterator_Impl< T >.
int ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::compare | ( | const ACE_Reverse_Iterator_Impl< T > & | rhs | ) | const [virtual] |
Comparison.
Implements ACE_Reverse_Iterator_Impl< T >.
T ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::dereference | ( | void | ) | const [virtual] |
Dereference.
Implements ACE_Reverse_Iterator_Impl< T >.
ACE_Map_Reverse_Iterator< KEY, VALUE, ACE_Null_Mutex > & ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::impl | ( | void | ) | [inline] |
Accessor to implementation object.
void ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::minus_minus | ( | void | ) | [virtual] |
Reverse.
Implements ACE_Reverse_Iterator_Impl< T >.
void ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::plus_plus | ( | void | ) | [virtual] |
Advance.
Implements ACE_Reverse_Iterator_Impl< T >.
ACE_Map_Reverse_Iterator<KEY, VALUE, ACE_Null_Mutex> ACE_Map_Manager_Reverse_Iterator_Adapter< T, KEY, VALUE >::implementation_ [protected] |
All implementation details are forwarded to this class.