ACE  6.0.6
Public Types | Public Member Functions | Protected Attributes
ACE_Iterator Class Reference

Defines the iterator interface. More...

#include <Map_T.h>

Collaboration diagram for ACE_Iterator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef T value_type
typedef ACE_Iterator_Impl< T > implementation

Public Member Functions

 ACE_Iterator (ACE_Iterator_Impl< T > *impl)
 Constructor.
 ACE_Iterator (const ACE_Iterator< T > &rhs)
 Copy constructor.
 ~ACE_Iterator (void)
 Destructor.
ACE_Iterator< T > & operator= (const ACE_Iterator< T > &rhs)
 Assignment operator.
bool operator== (const ACE_Iterator< T > &rhs) const
 Comparison operators.
bool operator!= (const ACE_Iterator< T > &rhs) const
operator* () const
 Dereference operator.
ACE_Iterator< T > & operator++ (void)
 Prefix advance.
ACE_Iterator< T > operator++ (int)
 Postfix advance.
ACE_Iterator< T > & operator-- (void)
 Prefix reverse.
ACE_Iterator< T > operator-- (int)
 Postfix reverse.
ACE_Iterator_Impl< T > & impl (void)
 Accessor to implementation object.

Protected Attributes

ACE_Iterator_Impl< T > * implementation_
 Implementation pointer.

Detailed Description

Defines the iterator interface.

Implementation to be provided by forwarding.


Member Typedef Documentation


Constructor & Destructor Documentation

ACE_Iterator::ACE_Iterator ( ACE_Iterator_Impl< T > *  impl) [inline]

Constructor.

ACE_Iterator::ACE_Iterator ( const ACE_Iterator< T > &  rhs) [inline]

Copy constructor.

ACE_Iterator::~ACE_Iterator ( void  ) [inline]

Destructor.


Member Function Documentation

ACE_Iterator_Impl< T > & ACE_Iterator::impl ( void  ) [inline]

Accessor to implementation object.

bool ACE_Iterator::operator!= ( const ACE_Iterator< T > &  rhs) const [inline]
T ACE_Iterator::operator* ( void  ) const [inline]

Dereference operator.

ACE_Iterator< T > & ACE_Iterator::operator++ ( void  ) [inline]

Prefix advance.

ACE_Iterator< T > ACE_Iterator::operator++ ( int  ) [inline]

Postfix advance.

ACE_Iterator< T > & ACE_Iterator::operator-- ( void  ) [inline]

Prefix reverse.

ACE_Iterator< T > ACE_Iterator::operator-- ( int  ) [inline]

Postfix reverse.

ACE_Iterator< T > & ACE_Iterator::operator= ( const ACE_Iterator< T > &  rhs) [inline]

Assignment operator.

bool ACE_Iterator::operator== ( const ACE_Iterator< T > &  rhs) const [inline]

Comparison operators.


Member Data Documentation

Implementation pointer.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines