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_child [2] |
struct avl_node * | avl_parent |
unsigned short | avl_child_index |
short | avl_balance |
The data nodes in the AVL tree must have a field of this type.
Definition at line 64 of file avl_impl.h.
short avl_balance |
Definition at line 68 of file avl_impl.h.
struct avl_node* avl_child[2] |
Definition at line 65 of file avl_impl.h.
unsigned short avl_child_index |
Definition at line 67 of file avl_impl.h.
struct avl_node* avl_parent |
Definition at line 66 of file avl_impl.h.