|
PTLib
Version 2.18.8
|
#include <lists.h>


Public Member Functions | |
| bool | operator== (const iterator_base &it) const |
| bool | operator!= (const iterator_base &it) const |
Protected Member Functions | |
| iterator_base (PListElement *e) | |
| void | Next () |
| void | Prev () |
| value_type * | Ptr () const |
Protected Attributes | |
| PListElement * | element |
|
inlineprotected |
|
inlineprotected |
References PList< T >::iterator_base::element, and PAssertNULL.
Referenced by PList< T >::iterator::operator++(), and PList< T >::const_iterator::operator++().
|
inline |
References PList< T >::iterator_base::element.
|
inline |
References PList< T >::iterator_base::element.
|
inlineprotected |
References PList< T >::iterator_base::element, and PAssertNULL.
Referenced by PList< T >::iterator::operator--(), and PList< T >::const_iterator::operator--().
|
inlineprotected |
|
protected |