#include <lists.h>
Inheritance diagram for PList< T >::iterator:

| Public Member Functions | |
| iterator (PListElement *e=NULL) | |
| iterator | operator++ () | 
| iterator | operator-- () | 
| iterator | operator++ (int) | 
| iterator | operator-- (int) | 
| T * | operator-> () const | 
| T & | operator * () const | 
| PList< T >::iterator::iterator | ( | PListElement * | e = NULL | ) |  [inline] | 
| T& PList< T >::iterator::operator * | ( | ) | const  [inline] | 
| T* PList< T >::iterator::operator-> | ( | ) | const  [inline] | 
 1.4.7
 1.4.7