Left (metodo Get)

Restituisce un puntatore al nodo sinistro.

CRedBlackTreeNode<T>* Left();

Valore di ritorno

Restituisce un puntatore al nodo sinistro.

Left (metodo Set)

Imposta un puntatore al nodo sinistro.

void Left(
   CRedBlackTreeNode<T>*  node     // un puntatore al nodo sinistro
   );

Parametri

*node

[in] Un puntatore al nodo sinistro.