|
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(
|
Parameters
*node
[in] A pointer to the left node.