PList< T >::iterator Class Reference

#include <lists.h>

Inheritance diagram for PList< T >::iterator:

PList< T >::iterator_base PList< T >::iterator< std::bidirectional_iterator_tag, T > List of all members.

Public Member Functions

 iterator (PListElement *e=NULL)
iterator operator++ ()
iterator operator-- ()
iterator operator++ (int)
iterator operator-- (int)
T * operator-> () const
T & operator * () const

template<class T>
class PList< T >::iterator


Constructor & Destructor Documentation

template<class T>
PList< T >::iterator::iterator ( PListElement e = NULL  )  [inline]

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator.


Member Function Documentation

template<class T>
iterator PList< T >::iterator::operator++ (  )  [inline]

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator, and PList< T >::const_iterator.

template<class T>
iterator PList< T >::iterator::operator-- (  )  [inline]

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator, and PList< T >::const_iterator.

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

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator, and PList< T >::const_iterator.

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

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator, and PList< T >::const_iterator.

template<class T>
T* PList< T >::iterator::operator-> (  )  const [inline]

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator, and PList< T >::const_iterator.

template<class T>
T& PList< T >::iterator::operator * (  )  const [inline]

Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.

Reimplemented in PList< T >::iterator, and PList< T >::const_iterator.


The documentation for this class was generated from the following file:
Generated on Mon Sep 15 01:21:37 2008 for PTLib by  doxygen 1.5.1