ACE
6.4.2
|
Defines a iterator implementation for the Active_Map_Manager_Adapter. More...
#include <Map_T.h>
Public Types | |
typedef ACE_Active_Map_Manager< VALUE >::iterator | implementation |
Public Member Functions | |
ACE_Active_Map_Manager_Iterator_Adapter (const ACE_Map_Iterator< ACE_Active_Map_Manager_Key, VALUE, ACE_Null_Mutex > &impl) | |
Constructor. More... | |
virtual | ~ACE_Active_Map_Manager_Iterator_Adapter (void) |
Destructor. More... | |
virtual ACE_Iterator_Impl< T > * | clone (void) const |
Clone. More... | |
virtual int | compare (const ACE_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_Map_Iterator< ACE_Active_Map_Manager_Key, VALUE, ACE_Null_Mutex > & | impl (void) |
Accessor to implementation object. More... | |
Public Member Functions inherited from ACE_Iterator_Impl< T > | |
virtual | ~ACE_Iterator_Impl (void) |
Destructor. More... | |
Protected Attributes | |
ACE_Map_Iterator< ACE_Active_Map_Manager_Key, VALUE, ACE_Null_Mutex > | implementation_ |
All implementation details are forwarded to this class. More... | |
Defines a iterator implementation for the Active_Map_Manager_Adapter.
Implementation to be provided by ACE_Active_Map_Manager::iterator.
typedef ACE_Active_Map_Manager<VALUE>::iterator ACE_Active_Map_Manager_Iterator_Adapter< T, VALUE >::implementation |
|
inline |
Constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Implements ACE_Iterator_Impl< T >.
|
virtual |
Comparison.
Implements ACE_Iterator_Impl< T >.
|
virtual |
Dereference.
Implements ACE_Iterator_Impl< T >.
|
inline |
Accessor to implementation object.
|
virtual |
Reverse.
Implements ACE_Iterator_Impl< T >.
|
virtual |
Advance.
Implements ACE_Iterator_Impl< T >.
|
protected |
All implementation details are forwarded to this class.