ACE 8.0.1
|
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. | |
virtual | ~ACE_Active_Map_Manager_Iterator_Adapter () |
Destructor. | |
virtual ACE_Iterator_Impl< T > * | clone () const |
Clone. | |
virtual int | compare (const ACE_Iterator_Impl< T > &rhs) const |
Comparison. | |
virtual T | dereference () const |
Dereference. | |
virtual void | plus_plus () |
Advance. | |
virtual void | minus_minus () |
Reverse. | |
ACE_Map_Iterator< ACE_Active_Map_Manager_Key, VALUE, ACE_Null_Mutex > & | impl () |
Accessor to implementation object. | |
![]() | |
virtual | ~ACE_Iterator_Impl ()=default |
Destructor. | |
Protected Attributes | |
ACE_Map_Iterator< ACE_Active_Map_Manager_Key, VALUE, ACE_Null_Mutex > | implementation_ |
All implementation details are forwarded to this class. | |
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.