| ACE
    6.1.9
    | 
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.  More... | |
| virtual | ~ACE_Map_Impl_Reverse_Iterator_Adapter (void) | 
| Destructor.  More... | |
| virtual ACE_Reverse_Iterator_Impl< T > * | clone (void) const | 
| Clone.  More... | |
| virtual int | compare (const ACE_Reverse_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... | |
| IMPLEMENTATION & | impl (void) | 
| Accessor to implementation object.  More... | |
|  Public Member Functions inherited from ACE_Reverse_Iterator_Impl< T > | |
| virtual | ~ACE_Reverse_Iterator_Impl (void) | 
| Destructor.  More... | |
| Protected Attributes | |
| IMPLEMENTATION | implementation_ | 
| All implementation details are forwarded to this class.  More... | |
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.
 1.8.3.1
 1.8.3.1