#include <Map_T.h>
Inheritance diagram for ACE_Iterator_Impl:

Public Methods | |
| virtual | ~ACE_Iterator_Impl (void) |
| Destructor. More... | |
| virtual ACE_Iterator_Impl< T > * | clone (void) const=0 |
| Clone. More... | |
| virtual int | compare (const ACE_Iterator_Impl< T > &rhs) const=0 |
| Comparison. More... | |
| virtual T | dereference (void) const=0 |
| Dereference. More... | |
| virtual void | plus_plus (void)=0 |
| Advance. More... | |
| virtual void | minus_minus (void)=0 |
| Reverse. More... | |
Implementation to be provided by subclasses.
Definition at line 81 of file Map_T.h.
|
||||||||||
|
Destructor.
Definition at line 29 of file Map_T.i.
00030 {
00031 }
|
|
||||||||||
|
Clone.
Implemented in ACE_Map_Impl_Iterator_Adapter. |
|
||||||||||
|
Comparison.
Implemented in ACE_Map_Impl_Iterator_Adapter. |
|
||||||||||
|
Dereference.
Implemented in ACE_Map_Impl_Iterator_Adapter. |
|
||||||||||
|
Reverse.
Implemented in ACE_Map_Impl_Iterator_Adapter. |
|
||||||||||
|
Advance.
Implemented in ACE_Map_Impl_Iterator_Adapter. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002