acl  3.5.3.0
avl_tree结构体 参考

#include <avl_impl.h>

+ avl_tree 的协作图:

Public 属性

struct avl_nodeavl_root
 
int(* avl_compar )(const void *, const void *)
 
size_t avl_offset
 
ulong_t avl_numnodes
 
size_t avl_size
 

详细描述

在文件 avl_impl.h171 行定义.

类成员变量说明

◆ avl_compar

int(* avl_tree::avl_compar) (const void *, const void *)

在文件 avl_impl.h173 行定义.

◆ avl_numnodes

ulong_t avl_tree::avl_numnodes

在文件 avl_impl.h175 行定义.

◆ avl_offset

size_t avl_tree::avl_offset

在文件 avl_impl.h174 行定义.

◆ avl_root

struct avl_node* avl_tree::avl_root

在文件 avl_impl.h172 行定义.

◆ avl_size

size_t avl_tree::avl_size

在文件 avl_impl.h176 行定义.


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