#include <lists.h>
Inheritance diagram for PList< T >::const_iterator:
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 |
PList< T >::const_iterator::const_iterator | ( | PListElement * | e = NULL |
) | [inline] |
const_iterator PList< T >::const_iterator::operator++ | ( | ) | [inline] |
Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.
const_iterator PList< T >::const_iterator::operator-- | ( | ) | [inline] |
Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.
const_iterator PList< T >::const_iterator::operator++ | ( | int | ) | [inline] |
Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.
const_iterator PList< T >::const_iterator::operator-- | ( | int | ) | [inline] |
Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.
const T* PList< T >::const_iterator::operator-> | ( | ) | const [inline] |
Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.
const T& PList< T >::const_iterator::operator * | ( | ) | const [inline] |
Reimplemented from PList< T >::iterator< std::bidirectional_iterator_tag, T >.