PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSet< T >::iterator Class Reference

#include <dict.h>

Inheritance diagram for PSet< T >::iterator:
Collaboration diagram for PSet< T >::iterator:

Public Member Functions

 iterator ()
 
iterator operator++ ()
 
iterator operator-- ()
 
iterator operator++ (int)
 
iterator operator-- (int)
 
T * operator-> () 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

 iterator (PHashTableInfo *t)
 
 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
PHashTableInfotable
 
PHashTableElementelement
 

Constructor & Destructor Documentation

template<class T>
PSet< T >::iterator::iterator ( PHashTableInfo t)
inlineprotected
template<class T>
PSet< T >::iterator::iterator ( PHashTableInfo t,
const T &  k 
)
inlineprotected
template<class T>
PSet< T >::iterator::iterator ( )
inline

Member Function Documentation

template<class T>
T& PSet< T >::iterator::operator* ( ) const
inline
template<class T>
iterator PSet< T >::iterator::operator++ ( )
inline
template<class T>
iterator PSet< T >::iterator::operator++ ( int  )
inline
template<class T>
iterator PSet< T >::iterator::operator-- ( )
inline
template<class T>
iterator PSet< T >::iterator::operator-- ( int  )
inline
template<class T>
T* PSet< T >::iterator::operator-> ( ) const
inline

The documentation for this class was generated from the following file: