libubox
C utility functions for OpenWrt.
|
#include <avl.h>
Data Fields | |
struct list_head | list |
struct avl_node * | parent |
struct avl_node * | left |
struct avl_node * | right |
const void * | key |
signed char | balance |
bool | leader |
This element is a member of a avl-tree. It must be contained in all larger structs that should be put into a tree.
signed char avl_node::balance |
bool avl_node::leader |
struct list_head avl_node::list |
struct avl_node* avl_node::parent |