Left (the Get method)

Returns a pointer to the left node.

CRedBlackTreeNode<T>* Left();

Return Value

Returns a pointer to the left node.

Left (the Set method)

Sets a pointer to the left node.

void Left(
   CRedBlackTreeNode<T>*  node     // a pointer to the left node
   );

Parameters

*node

[in]  A pointer to the left node.