libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | |
struct avl_node * | avl_root |
int(* | avl_compar )(const void *, const void *) |
size_t | avl_offset |
unsigned long | avl_numnodes |
size_t | avl_size |
Type used for the root of the AVL tree.
Definition at line 149 of file avl_impl.h.
int(* avl_compar) (const void *, const void *) |
Definition at line 151 of file avl_impl.h.
unsigned long avl_numnodes |
Definition at line 153 of file avl_impl.h.
size_t avl_offset |
Definition at line 152 of file avl_impl.h.
struct avl_node* avl_root |
Definition at line 150 of file avl_impl.h.
size_t avl_size |
Definition at line 154 of file avl_impl.h.