|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#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 58 of file avl.h.
Referenced by avl_create(), avl_delete(), avl_destroy(), and avl_probe().
| avl_comparison_func* avl_table::avl_compare |
Definition at line 56 of file avl.h.
Referenced by avl_create(), avl_delete(), avl_find(), avl_probe(), and avl_t_find().
| size_t avl_table::avl_count |
Definition at line 59 of file avl.h.
Referenced by avl_create(), avl_delete(), and avl_probe().
Definition at line 60 of file avl.h.
Referenced by avl_create(), avl_delete(), avl_probe(), avl_t_find(), avl_t_first(), avl_t_init(), avl_t_insert(), and avl_t_last().
| void* avl_table::avl_param |
Definition at line 57 of file avl.h.
Referenced by avl_create(), avl_delete(), avl_destroy(), avl_find(), avl_probe(), and avl_t_find().
Definition at line 55 of file avl.h.
Referenced by avl_create(), avl_delete(), avl_destroy(), avl_find(), avl_probe(), avl_t_find(), avl_t_first(), and avl_t_last().