|
Parent (the Get method)
Returns a pointer to the parent node.
CRedBlackTreeNode<T>* Parent(); |
Return Value
Returns a pointer to the parent node.
Parent (the Set method)
Sets a pointer to the parent node.
void Parent(
|
Parameters
*node
[in] A pointer to the parent node.