#include <Map_T.h>
Inheritance diagram for ACE_Iterator_Impl< T >:
Public Member Functions | |
virtual | ~ACE_Iterator_Impl (void) |
Destructor. | |
virtual ACE_Iterator_Impl< T > * | clone (void) const=0 |
Clone. | |
virtual int | compare (const ACE_Iterator_Impl< T > &rhs) const=0 |
Comparison. | |
virtual T | dereference (void) const=0 |
Dereference. | |
virtual void | plus_plus (void)=0 |
Advance. | |
virtual void | minus_minus (void)=0 |
Reverse. |
Implementation to be provided by subclasses.
Definition at line 83 of file Map_T.h.
|
Destructor.
Definition at line 24 of file Map_T.cpp.
00025 { 00026 } |
|
|
|
|
|