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(
   CRedBlackTreeNode<T>*  node     // a pointer to the parent node
   );

Parameters

*node

[in] A pointer to the parent node.