ACE
6.1.0
|
Defines a iterator implementation for the Map_Impl class. More...
#include <Map_T.h>
Public Types | |
typedef IMPLEMENTATION | implementation |
Public Member Functions | |
ACE_Map_Impl_Iterator_Adapter (const IMPLEMENTATION &impl) | |
Constructor. | |
virtual | ~ACE_Map_Impl_Iterator_Adapter (void) |
Destructor. | |
virtual ACE_Iterator_Impl< T > * | clone (void) const |
Clone. | |
virtual int | compare (const ACE_Iterator_Impl< T > &rhs) const |
Comparison. | |
virtual T | dereference (void) const |
Dereference. | |
virtual void | plus_plus (void) |
Advance. | |
virtual void | minus_minus (void) |
Reverse. | |
IMPLEMENTATION & | impl (void) |
Accessor to implementation object. | |
Protected Attributes | |
IMPLEMENTATION | implementation_ |
All implementation details are forwarded to this class. |
Defines a iterator implementation for the Map_Impl class.
Implementation to be provided by <IMPLEMENTATION>.
typedef IMPLEMENTATION ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::implementation |
ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::ACE_Map_Impl_Iterator_Adapter | ( | const IMPLEMENTATION & | impl | ) | [inline] |
Constructor.
ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::~ACE_Map_Impl_Iterator_Adapter | ( | void | ) | [virtual] |
Destructor.
ACE_Iterator_Impl< T > * ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::clone | ( | void | ) | const [virtual] |
Clone.
Implements ACE_Iterator_Impl< T >.
int ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::compare | ( | const ACE_Iterator_Impl< T > & | rhs | ) | const [virtual] |
Comparison.
Implements ACE_Iterator_Impl< T >.
T ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::dereference | ( | void | ) | const [virtual] |
Dereference.
Implements ACE_Iterator_Impl< T >.
IMPLEMENTATION & ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::impl | ( | void | ) | [inline] |
Accessor to implementation object.
void ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::minus_minus | ( | void | ) | [virtual] |
Reverse.
Implements ACE_Iterator_Impl< T >.
void ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::plus_plus | ( | void | ) | [virtual] |
Advance.
Implements ACE_Iterator_Impl< T >.
IMPLEMENTATION ACE_Map_Impl_Iterator_Adapter< T, IMPLEMENTATION, ENTRY >::implementation_ [protected] |
All implementation details are forwarded to this class.