#include <ParmParse.H>
Collaboration diagram for PP_ListIterator< T >:
Public Methods | |
PP_ListIterator (const PP_List< T > &aList) | |
PP_ListIterator (const PP_ListIterator< T > &rhs) | |
void | rewind () |
const T & | operator() () const |
const T & | operator * () const |
operator void * () | |
bool | operator! () const |
const T & | value () const |
PP_ListIterator< T > & | operator++ () |
PP_ListIterator< T > & | operator-- () |
PP_ListIterator< T > | operator-- (int) |
PP_ListIterator< T > | operator++ (int) |
bool | operator== (const PP_ListIterator< T > &) const |
bool | operator!= (const PP_ListIterator< T > &) const |
Protected Methods | |
PP_ListIterator (const PP_List< T > &_list, PP_ListLink< T > *_p) | |
Protected Attributes | |
const PP_List< T > & | list |
PP_ListLink< T > * | p |
Friends | |
class | PP_List< T > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|