ACE 8.0.0
|
Defines a reverse iterator implementation for the Map_Impl class. More...
#include <Map_T.h>
Public Types | |
typedef IMPLEMENTATION | implementation |
Public Member Functions | |
ACE_Map_Impl_Reverse_Iterator_Adapter (const IMPLEMENTATION &impl) | |
Constructor. | |
virtual | ~ACE_Map_Impl_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. | |
IMPLEMENTATION & | impl () |
Accessor to implementation object. | |
![]() | |
virtual | ~ACE_Reverse_Iterator_Impl ()=default |
Destructor. | |
Protected Attributes | |
IMPLEMENTATION | implementation_ |
All implementation details are forwarded to this class. | |
Defines a reverse iterator implementation for the Map_Impl class.
Implementation to be provided by IMPLEMENTATION.
typedef IMPLEMENTATION ACE_Map_Impl_Reverse_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::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.