Public Types | Public Member Functions | Protected Attributes

ACE_Iterator< T > Class Template Reference

Defines the iterator interface. More...

#include <Map_T.h>

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

template<class T>
class ACE_Iterator< T >

Defines the iterator interface.

Implementation to be provided by forwarding.


Member Typedef Documentation

template<class T >
typedef ACE_Iterator_Impl<T> ACE_Iterator< T >::implementation
template<class T >
typedef T ACE_Iterator< T >::value_type

Constructor & Destructor Documentation

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

Constructor.

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

Copy constructor.

template<class T >
ACE_Iterator< T >::~ACE_Iterator ( void   ) [inline]

Destructor.


Member Function Documentation

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

Accessor to implementation object.

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

Dereference operator.

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

Prefix advance.

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

Postfix advance.

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

Prefix reverse.

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

Postfix reverse.

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

Assignment operator.

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

Comparison operators.


Member Data Documentation

template<class T >
ACE_Iterator_Impl<T>* ACE_Iterator< T >::implementation_ [protected]

Implementation pointer.


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