Left

左ノードのポインタを取得します。

CTreeNode*  Left()

戻り値

左ノードのポインタ

Left

左ノードのポインタを設定します。

void  Left(
  CTreeNode*  node      // ノード
  )

パラメータ

node

[in]  新しい左ノードへのポインタ

戻り値

なし