Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHTypedNodeIterator.h>
Public Member Functions | |
PHTypedNodeIterator (PHCompositeNode *n) | |
Constructor. More... | |
PHTypedNodeIterator () | |
T & | operator* () |
~PHTypedNodeIterator () | |
Destructor. More... | |
PHIODataNode< T > * | FindIODataNode (const char *name) |
PHIODataNode< T > * | find (const char *name) |
PHBoolean | AddIODataNode (T *data, const char *name) |
PHBoolean | insert (T *data, const char *name) |
![]() | |
PHNodeIterator (PHCompositeNode *) | |
virtual | ~PHNodeIterator () |
PHNodeIterator () | |
void | print () |
PHPointerList< PHNode > & | ls () |
PHNode * | findFirst (const std::string &, const std::string &) |
PHNode * | findFirst (const std::string &) |
PHBoolean | cd (const std::string &pathString="") |
PHBoolean | addNode (PHNode *) |
void | forEach (PHNodeOperation &) |
void | for_each (PHNodeOperation &) |
PHCompositeNode * | get_currentNode () const |
Protected Attributes | |
PHIODataNode< T > * | myIODataNode |
![]() | |
PHCompositeNode * | currentNode |
PHPointerList< PHNode > | subNodeList |
Definition at line 19 of file PHTypedNodeIterator.h.
|
inline |
Constructor.
Definition at line 24 of file PHTypedNodeIterator.h.
References PHTypedNodeIterator< T >::myIODataNode.
|
inline |
Definition at line 28 of file PHTypedNodeIterator.h.
References PHTypedNodeIterator< T >::myIODataNode.
|
inline |
Destructor.
Definition at line 36 of file PHTypedNodeIterator.h.
PHBoolean PHTypedNodeIterator< T >::AddIODataNode | ( | T * | data, |
const char * | name | ||
) |
Adds a data node called "name" to the tree, and inserts "data". The data node is added at the current "directory" of this iterator object, so remember to "cd" to the desired location in the tree!
Definition at line 100 of file PHTypedNodeIterator.h.
PHIODataNode< T > * PHTypedNodeIterator< T >::find | ( | const char * | name | ) |
Definition at line 79 of file PHTypedNodeIterator.h.
PHIODataNode< T > * PHTypedNodeIterator< T >::FindIODataNode | ( | const char * | name | ) |
Finds an IODataNode of name "name" containing data of type "T". A null pointer will be returned if the node is not found, or if it contains data of the wrong type.
Definition at line 72 of file PHTypedNodeIterator.h.
PHBoolean PHTypedNodeIterator< T >::insert | ( | T * | data, |
const char * | name | ||
) |
Definition at line 107 of file PHTypedNodeIterator.h.
References False.
T & PHTypedNodeIterator< T >::operator* |
Definition at line 65 of file PHTypedNodeIterator.h.
|
protected |
Definition at line 59 of file PHTypedNodeIterator.h.
Referenced by PHTypedNodeIterator< T >::PHTypedNodeIterator().