XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwlib_map结构体 参考

键值对集合 更多...

#include <map.h>

xwlib_map 的协作图:

成员变量

struct xwlib_rbtree rbtree
 
struct xwlib_bclst_node bclh
 
xwlib_map_cmp_f cmp
 

详细描述

键值对集合

在文件 map.h47 行定义.

结构体成员变量说明

◆ bclh

struct xwlib_bclst_node xwlib_map::bclh

链表头

在文件 map.h49 行定义.

◆ cmp

xwlib_map_cmp_f xwlib_map::cmp

键比较函数

在文件 map.h50 行定义.

◆ rbtree

struct xwlib_rbtree xwlib_map::rbtree

红黑树

在文件 map.h48 行定义.


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