Inheritance:
-
-
Public Fields
list<DataNode> children
-
Public Methods
virtual UniqueID getTypeID( ) = 0
virtual ~DataNode( ) = 0
list<const DataNode&>
listChildrenOfType( UniqueID typeID )
DataNode(
UniqueID copyInstanceID
= UniqueID::INVALID_ID
)
bool containsNodeID( UniqueID nodeID )
addChild(
DataNode& newChild
)
removeChild( DataNode& child )
DataNode& createNewRootNode(
)
Documentation
-
list<DataNode>
children
-
virtual UniqueID getTypeID( ) =
0
-
virtual ~DataNode( ) =
0
-
list<const DataNode&>
listChildrenOfType( UniqueID
typeID )
-
DataNode( UniqueID copyInstanceID = UniqueID::INVALID_ID
)
-
bool containsNodeID( UniqueID nodeID
)
-
addChild( DataNode& newChild
)
-
removeChild( DataNode& child
)
-
DataNode& createNewRootNode(
)
- Direct child classes:
- NamedNode
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.