#include <avl.h>
Data Fields | |
struct avl_node * | avl_link [2] |
void * | avl_data |
signed char | avl_balance |
Definition at line 69 of file avl.h.
struct avl_node* avl_node::avl_link[2] [read] |
Definition at line 71 of file avl.h.
Referenced by avl_copy(), avl_delete(), avl_destroy(), avl_find(), avl_probe(), avl_t_find(), avl_t_first(), avl_t_last(), avl_t_next(), and avl_t_prev().
void* avl_node::avl_data |
Definition at line 72 of file avl.h.
Referenced by avl_copy(), avl_delete(), avl_destroy(), avl_find(), avl_probe(), avl_t_copy(), avl_t_cur(), avl_t_find(), avl_t_first(), avl_t_insert(), avl_t_last(), avl_t_next(), avl_t_prev(), and avl_t_replace().
signed char avl_node::avl_balance |