Tree::RemoveSubtree
Defined in: C4Tree.h
Removes all subnodes of an object.
Prototype
void RemoveSubtree(void);
Description
The RemoveSubtree function removes all of the immediate subnodes of an object.
See Also
Tree::RemoveSubnode
Tree::PurgeSubtree
|