Tree::GetSuperNode
Defined in:
Returns the super node of an object.
TSTree.h
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