PTLib
Version 2.18.8
|
#include <dict.h>
Public Member Functions | |
bool | operator== (const iterator_base &it) const |
bool | operator!= (const iterator_base &it) const |
Protected Member Functions | |
iterator_base () | |
iterator_base (PHashTableInfo *t) | |
iterator_base (PHashTableInfo *t, const T &k) | |
void | Next () |
void | Prev () |
T * | Ptr () const |
Protected Attributes | |
PHashTableInfo * | table |
PHashTableElement * | element |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
References PSet< T >::iterator_base::element, PAssertNULL, and PSet< T >::iterator_base::table.
Referenced by PSet< T >::iterator::operator++(), and PSet< T >::const_iterator::operator++().
|
inline |
References PSet< T >::iterator_base::element.
|
inline |
References PSet< T >::iterator_base::element.
|
inlineprotected |
References PSet< T >::iterator_base::element, PAssertNULL, and PSet< T >::iterator_base::table.
Referenced by PSet< T >::iterator::operator--(), and PSet< T >::const_iterator::operator--().
|
inlineprotected |
|
protected |
|
protected |
Referenced by PSet< T >::iterator_base::Next(), and PSet< T >::iterator_base::Prev().