Lines Matching refs:Node
41 class Node class
44 typedef std::vector< Node* > List;
50 Node();
51 explicit Node(
53 ~Node();
57 const Node & i_node ) const in operator ==()
60 const Node & i_node ) const in operator !=()
65 Node & Provide_Child(
68 Node & Provide_Child( in Provide_Child()
89 Node * Parent() { return pParent; } in Parent()
90 Node * Child( in Child()
96 static Node & Null_();
100 Node(
102 Node & i_parent );
104 Node * find_Child(
106 Node & add_Child(
108 Node & provide_Child(
115 Node * pParent;