Tree::GetSuperNode
Defined in: C4Tree.h
Returns the super node of an object.
Prototype
type *GetSuperNode(void) const;
Description
The GetSuperNode function returns the direct super node above an object in a tree. If the object is the root of a tree, then the return value is nullptr.
See Also
Tree::GetRootNode
Tree::Successor
Tree::GetFirstSubnode
Tree::GetNextNode
|