更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
tagBinNode结构体 参考

#include <los_binarytree_pri.h>

成员变量

struct tagBinNodeleft
 
struct tagBinNoderight
 
UINT32 nodeID
 
CHAR keyValue [0]
 

详细描述

在文件 los_binarytree_pri.h42 行定义.

结构体成员变量说明

◆ keyValue

CHAR tagBinNode::keyValue[0]

在文件 los_binarytree_pri.h46 行定义.

◆ left

struct tagBinNode* tagBinNode::left

在文件 los_binarytree_pri.h43 行定义.

◆ nodeID

UINT32 tagBinNode::nodeID

在文件 los_binarytree_pri.h45 行定义.

◆ right

struct tagBinNode* tagBinNode::right

在文件 los_binarytree_pri.h44 行定义.


该结构体的文档由以下文件生成: