|
libubox
C utility functions for OpenWrt.
|
#include <avl.h>

Data Fields | |
| struct list_head | list_head |
| struct avl_node * | root |
| unsigned int | count |
| bool | allow_dups |
| avl_tree_comp | comp |
| void * | cmp_ptr |
This struct is the central management part of an avl tree. One of them is necessary for each avl_tree.
| bool avl_tree::allow_dups |
| void* avl_tree::cmp_ptr |
| avl_tree_comp avl_tree::comp |
| struct list_head avl_tree::list_head |
| struct avl_node* avl_tree::root |