|
PTLib
Version 2.14.3
|
#include <dict.h>


Public Member Functions | |
| const_iterator () | |
| 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 PSet< T >::iterator_base | |
| bool | operator== (const iterator_base &it) const |
| bool | operator!= (const iterator_base &it) const |
Protected Member Functions | |
| const_iterator (PHashTableInfo *t) | |
| const_iterator (PHashTableInfo *t, const T &k) | |
Protected Member Functions inherited from PSet< T >::iterator_base | |
| iterator_base () | |
| iterator_base (PHashTableInfo *t) | |
| iterator_base (PHashTableInfo *t, const T &k) | |
| void | Next () |
| void | Prev () |
| T * | Ptr () const |
Additional Inherited Members | |
Protected Attributes inherited from PSet< T >::iterator_base | |
| PHashTableInfo * | table |
| PHashTableElement * | element |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
References PSet< T >::iterator_base::Ptr().
|
inline |
References PSet< T >::iterator_base::Next().
|
inline |
References PSet< T >::iterator_base::Next().
|
inline |
References PSet< T >::iterator_base::Prev().
|
inline |
References PSet< T >::iterator_base::Prev().
|
inline |
References PSet< T >::iterator_base::Ptr().