Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHPointerListIterator.h>
Public Member Functions | |
PHPointerListIterator (const PHPointerList< T > &) | |
virtual | ~PHPointerListIterator () |
T * | operator() () |
void | operator-- () |
void | reset () |
size_t | pos () const |
Protected Member Functions | |
PHPointerListIterator () | |
Definition at line 11 of file PHPointerListIterator.h.
PHPointerListIterator< T >::PHPointerListIterator | ( | const PHPointerList< T > & | lis | ) |
Definition at line 32 of file PHPointerListIterator.h.
References PHPointerListIterator< T >::reset().
|
inlinevirtual |
Definition at line 15 of file PHPointerListIterator.h.
|
inlineprotected |
Definition at line 24 of file PHPointerListIterator.h.
T * PHPointerListIterator< T >::operator() |
Definition at line 39 of file PHPointerListIterator.h.
void PHPointerListIterator< T >::operator-- |
Definition at line 53 of file PHPointerListIterator.h.
|
inline |
Definition at line 21 of file PHPointerListIterator.h.
Referenced by PHCompositeNode::forgetMe(), and PHCompositeNode::prune().
void PHPointerListIterator< T >::reset |
Definition at line 59 of file PHPointerListIterator.h.
Referenced by PHPointerListIterator< T >::PHPointerListIterator().