|
PTLib
Version 2.14.3
|
#include <lists.h>
Inherits PSortedList< T >::iterator_base.
Public Member Functions | |
| iterator () | |
| iterator (PSortedList< T > *l, PSortedListElement *e) | |
| iterator | operator++ () |
| iterator | operator-- () |
| iterator | operator++ (int) |
| iterator | operator-- (int) |
| value_type * | operator-> () const |
| value_type & | operator* () const |
Public Member Functions inherited from PSortedList< 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 PSortedList< T >::iterator_base | |
| iterator_base (const PSortedList< T > *l, PSortedListElement *e) | |
| bool | Valid () const |
| void | Next () |
| void | Prev () |
| value_type * | Ptr () const |
Protected Attributes inherited from PSortedList< T >::iterator_base | |
| const PSortedList< T > * | m_list |
| PSortedListElement * | m_element |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |