Class Reference for E1039 Core & Analysis Software
PHPointerListIterator< T > Class Template Reference

#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 ()
 

Detailed Description

template<class T>
class PHPointerListIterator< T >

Definition at line 11 of file PHPointerListIterator.h.

Constructor & Destructor Documentation

◆ PHPointerListIterator() [1/2]

template<class T >
PHPointerListIterator< T >::PHPointerListIterator ( const PHPointerList< T > &  lis)

Definition at line 32 of file PHPointerListIterator.h.

References PHPointerListIterator< T >::reset().

+ Here is the call graph for this function:

◆ ~PHPointerListIterator()

template<class T >
virtual PHPointerListIterator< T >::~PHPointerListIterator ( )
inlinevirtual

Definition at line 15 of file PHPointerListIterator.h.

◆ PHPointerListIterator() [2/2]

template<class T >
PHPointerListIterator< T >::PHPointerListIterator ( )
inlineprotected

Definition at line 24 of file PHPointerListIterator.h.

Member Function Documentation

◆ operator()()

template<class T >
T * PHPointerListIterator< T >::operator()

Definition at line 39 of file PHPointerListIterator.h.

◆ operator--()

template<class T >
void PHPointerListIterator< T >::operator--

Definition at line 53 of file PHPointerListIterator.h.

◆ pos()

template<class T >
size_t PHPointerListIterator< T >::pos ( ) const
inline

Definition at line 21 of file PHPointerListIterator.h.

Referenced by PHCompositeNode::forgetMe(), and PHCompositeNode::prune().

+ Here is the caller graph for this function:

◆ reset()

template<class T >
void PHPointerListIterator< T >::reset

Definition at line 59 of file PHPointerListIterator.h.

Referenced by PHPointerListIterator< T >::PHPointerListIterator().

+ Here is the caller graph for this function:

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