21 PHNode(name,
"PHCompositeNode"),
24 type =
"PHCompositeNode";
47 while ((thisNode = nodeIter()))
52 <<
" already exists" << endl;
68 while ((thisNode = nodeIter()))
96 while (child && (thisNode = nodeIter()))
98 if (thisNode == child)
109 string newPath =
name;
117 while ((thisNode = nodeIter()))
119 if (!(thisNode->
write(IOManager, newPath)))
130 string newPath =
" " + path;
131 cout << path <<
name <<
" (" <<
type <<
")/" << endl;
134 while ((thisNode = nodeIter()))
136 thisNode->
print(newPath);
virtual void forgetMe(PHNode *)
PHPointerList< PHNode > subNodes
void print(const std::string &="")
virtual bool write(PHIOManager *, const std::string &="")
PHCompositeNode(const std::string &)
PHBoolean addNode(PHNode *)
virtual ~PHCompositeNode()
virtual void print(const std::string &)=0
virtual bool write(PHIOManager *, const std::string &="")=0
const std::string getName() const
PHBoolean isPersistent() const
void setParent(PHNode *p)
static const std::string branchpathdelim