Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHNode.h>
Public Member Functions | |
PHNode (const std::string &) | |
PHNode (const std::string &, const std::string &) | |
virtual | ~PHNode () |
PHNode * | getParent () const |
PHBoolean | isPersistent () const |
void | makePersistent () |
const std::string | getObjectType () const |
const std::string | getType () const |
const std::string | getName () const |
const std::string | getClass () const |
void | setParent (PHNode *p) |
void | setName (const std::string &n) |
void | setObjectType (const std::string &type) |
virtual void | prune ()=0 |
virtual void | print (const std::string &)=0 |
virtual void | forgetMe (PHNode *)=0 |
virtual bool | write (PHIOManager *, const std::string &="")=0 |
virtual void | setResetFlag (const int val) |
virtual PHBoolean | getResetFlag () const |
void | makeTransient () |
Protected Member Functions | |
PHNode () | |
PHNode (const PHNode &) | |
PHNode & | operator= (const PHNode &) |
Protected Attributes | |
PHNode * | parent |
bool | persistent |
std::string | type |
std::string | objecttype |
std::string | name |
std::string | objectclass |
bool | reset_able |
PHNode::PHNode | ( | const std::string & | n | ) |
PHNode::PHNode | ( | const std::string & | n, |
const std::string & | typ | ||
) |
|
virtual |
Definition at line 52 of file PHNode.cc.
References forgetMe(), and parent.
|
pure virtual |
Implemented in PHDataNode< T >, and PHCompositeNode.
Referenced by ~PHNode().
|
inline |
Definition at line 33 of file PHNode.h.
References objectclass.
Referenced by operator<<().
|
inline |
Definition at line 32 of file PHNode.h.
References name.
Referenced by PHCompositeNode::addNode(), PHNodeIterator::cd(), Fun4AllServer::CountOutNodesRecursive(), PHNodeIterator::findFirst(), operator<<(), and PHNodeReset::perform().
|
inline |
Definition at line 30 of file PHNode.h.
References objecttype.
Referenced by PHNodeReset::perform().
|
inline |
Definition at line 25 of file PHNode.h.
References parent.
Referenced by PHNodeIterator::cd().
|
virtual |
Definition at line 89 of file PHNode.cc.
References reset_able.
Referenced by PHNodeReset::perform().
|
inline |
Definition at line 31 of file PHNode.h.
References type.
Referenced by PHNodeIterator::cd(), Fun4AllServer::CountOutNodesRecursive(), PHNodeIterator::findFirst(), PHNodeIterator::forEach(), Fun4AllServer::MakeNodesPersistent(), Fun4AllServer::MakeNodesTransient(), operator<<(), and PHNodeReset::perform().
|
inline |
Definition at line 27 of file PHNode.h.
References persistent.
Referenced by PHCompositeNode::prune().
|
inline |
Definition at line 28 of file PHNode.h.
References persistent, and True.
Referenced by Fun4AllServer::MakeNodesPersistent(), and Fun4AllDstOutputManager::Write().
|
inline |
Definition at line 45 of file PHNode.h.
References False, and persistent.
Referenced by Fun4AllServer::MakeNodesTransient(), and Fun4AllDstOutputManager::Write().
|
pure virtual |
Implemented in PHCompositeNode, and PHDataNode< T >.
Referenced by PHCompositeNode::print().
|
pure virtual |
Implemented in PHDataNode< T >, and PHCompositeNode.
Referenced by PHCompositeNode::prune().
|
inline |
|
inline |
Definition at line 37 of file PHNode.h.
References objecttype, and type.
|
inline |
Definition at line 35 of file PHNode.h.
References parent.
Referenced by PHCompositeNode::addNode().
|
virtual |
Definition at line 83 of file PHNode.cc.
References reset_able.
|
pure virtual |
Implemented in PHIODataNode< T >, PHDataNode< T >, and PHCompositeNode.
Referenced by PHCompositeNode::write().
|
protected |
Definition at line 57 of file PHNode.h.
Referenced by getName(), PHNode(), PHCompositeNode::print(), setName(), and PHCompositeNode::write().
|
protected |
Definition at line 58 of file PHNode.h.
Referenced by getClass(), and PHIODataNode< T >::PHIODataNode().
|
protected |
Definition at line 56 of file PHNode.h.
Referenced by getObjectType(), and setObjectType().
|
protected |
Definition at line 53 of file PHNode.h.
Referenced by getParent(), setParent(), and ~PHNode().
|
protected |
Definition at line 54 of file PHNode.h.
Referenced by isPersistent(), makePersistent(), and makeTransient().
|
protected |
Definition at line 59 of file PHNode.h.
Referenced by getResetFlag(), and setResetFlag().
|
protected |
Definition at line 55 of file PHNode.h.
Referenced by getType(), PHCompositeNode::PHCompositeNode(), PHDataNode< T >::PHDataNode(), PHIODataNode< T >::PHIODataNode(), PHCompositeNode::print(), and setObjectType().