| GRASS GIS 7 Programmer's Manual
    7.9.dev(2021)-e5379bbd7
    | 
#include <avl.h>

| Data Fields | |
| struct avl_node * | avl_root | 
| avl_comparison_func * | avl_compare | 
| void * | avl_param | 
| struct libavl_allocator * | avl_alloc | 
| size_t | avl_count | 
| unsigned long | avl_generation | 
| struct libavl_allocator* avl_table::avl_alloc | 
Definition at line 60 of file avl.h.
Referenced by avl_destroy().
| avl_comparison_func* avl_table::avl_compare | 
| unsigned long avl_table::avl_generation | 
Definition at line 62 of file avl.h.
Referenced by avl_t_find(), avl_t_first(), avl_t_init(), avl_t_insert(), avl_t_last(), avl_t_next(), and avl_t_prev().
| void* avl_table::avl_param | 
Definition at line 59 of file avl.h.
Referenced by avl_destroy().
| struct avl_node* avl_table::avl_root | 
Definition at line 57 of file avl.h.
Referenced by avl_destroy(), avl_find(), avl_probe(), avl_t_find(), avl_t_first(), and avl_t_last().