ACE  6.4.0
Public Types | Public Member Functions | Protected Attributes | List of all members
ACE_Iterator< T > Class Template Reference

Defines the iterator interface. More...

#include <Map_T.h>

Public Types

typedef T value_type
 
typedef ACE_Iterator_Impl< T > implementation
 

Public Member Functions

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

Protected Attributes

ACE_Iterator_Impl< T > * implementation_
 Implementation pointer. More...
 

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: