PTLib  Version 2.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PList< T >::const_iterator Class Reference

#include <lists.h>

Inheritance diagram for PList< T >::const_iterator:
PList< T >::iterator_base

Public Member Functions

 const_iterator (PListElement *e=NULL)
const_iterator operator++ ()
const_iterator operator-- ()
const_iterator operator++ (int)
const_iterator operator-- (int)
const T * operator-> () const
const T & operator* () const
- Public Member Functions inherited from PList< T >::iterator_base
bool operator== (const iterator_base &it) const
bool operator!= (const iterator_base &it) const

Additional Inherited Members

- Protected Member Functions inherited from PList< T >::iterator_base
 iterator_base (PListElement *e)
void Next ()
void Prev ()
T * Ptr () const
- Protected Attributes inherited from PList< T >::iterator_base
PListElementelement

Constructor & Destructor Documentation

template<class T>
PList< T >::const_iterator::const_iterator ( PListElement e = NULL)
inline

Member Function Documentation

template<class T>
const T& PList< T >::const_iterator::operator* ( ) const
inline
template<class T>
const_iterator PList< T >::const_iterator::operator++ ( )
inline
template<class T>
const_iterator PList< T >::const_iterator::operator++ ( int  )
inline
template<class T>
const_iterator PList< T >::const_iterator::operator-- ( )
inline
template<class T>
const_iterator PList< T >::const_iterator::operator-- ( int  )
inline
template<class T>
const T* PList< T >::const_iterator::operator-> ( ) const
inline

The documentation for this class was generated from the following file: