GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <avl.h>
Data Fields | |
struct avl_node * | avl_link [2] |
void * | avl_data |
signed char | avl_balance |
signed char avl_node::avl_balance |
Definition at line 72 of file avl.h.
Referenced by avl_copy(), avl_delete(), and avl_probe().
void* avl_node::avl_data |
Definition at line 71 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().
struct avl_node* avl_node::avl_link[2] |
Definition at line 70 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().