Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Iterator Class Template 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 Methods

 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.

int operator== (const ACE_Iterator<T> &rhs) const
 Comparison operators.

int 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> template class ACE_Iterator

Defines the iterator interface.

Implementation to be provided by forwarding.


Member Typedef Documentation

template<classT>
typedef ACE_Iterator_Impl<T> ACE_Iterator<T>::implementation
 

template<classT>
typedef T ACE_Iterator<T>::value_type
 


Constructor & Destructor Documentation

template<classT>
ACE_INLINE ACE_Iterator< T >::ACE_Iterator<T> ( ACE_Iterator_Impl< T >* impl )
 

Constructor.

template<classT>
ACE_INLINE ACE_Iterator< T >::ACE_Iterator<T> ( const ACE_Iterator< T >& rhs )
 

Copy constructor.

template<classT>
ACE_INLINE ACE_Iterator< T >::~ACE_Iterator<T> ( void )
 

Destructor.


Member Function Documentation

template<classT>
ACE_INLINE ACE_Iterator_Impl< T >& ACE_Iterator< T >::impl ( void )
 

Accessor to implementation object.

template<classT>
ACE_INLINE T ACE_Iterator< T >::operator * ( void ) const
 

Dereference operator.

template<classT>
ACE_INLINE int ACE_Iterator< T >::operator!= ( const ACE_Iterator< T >& rhs ) const
 

template<classT>
ACE_INLINE ACE_Iterator< T > ACE_Iterator< T >::operator++ ( int )
 

Postfix advance.

template<classT>
ACE_INLINE ACE_Iterator< T >& ACE_Iterator< T >::operator++ ( void )
 

Prefix advance.

template<classT>
ACE_INLINE ACE_Iterator< T > ACE_Iterator< T >::operator-- ( int )
 

Postfix reverse.

template<classT>
ACE_INLINE ACE_Iterator< T >& ACE_Iterator< T >::operator-- ( void )
 

Prefix reverse.

template<classT>
ACE_INLINE ACE_Iterator< T >& ACE_Iterator< T >::operator= ( const ACE_Iterator< T >& rhs )
 

Assignment operator.

template<classT>
ACE_INLINE int ACE_Iterator< T >::operator== ( const ACE_Iterator< T >& rhs ) const
 

Comparison operators.


Member Data Documentation

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

Implementation pointer.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:02:25 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000