Right
获取右节点的指针。
CTreeNode* Right()返回值
右节点的指针。
Right
设置右节点的指针。
void Right(
CTreeNode* node // 节点
)参数
node
[输入] 右节点的指针新值。
返回值
无。
获取右节点的指针。
CTreeNode* Right()右节点的指针。
设置右节点的指针。
void Right(
CTreeNode* node // 节点
)node
[输入] 右节点的指针新值。
无。