Right

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

CTreeNode*  Right()

戻り値

右ノードのポインタ

Right

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

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

パラメータ

node

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

戻り値

なし