GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-f63024f571
|
#include <avl.h>
Data Fields | |
struct avl_node * | avl_link [2] |
void * | avl_data |
signed char | avl_balance |
void* avl_node::avl_data |
Definition at line 66 of file avl.h.
Referenced by avl_destroy(), avl_t_copy(), avl_t_cur(), avl_t_insert(), and avl_t_replace().
struct avl_node* avl_node::avl_link[2] |
Definition at line 65 of file avl.h.
Referenced by avl_destroy().