GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
#include <tavl.h>
Data Fields | |
struct tavl_node * | tavl_root |
tavl_comparison_func * | tavl_compare |
void * | tavl_param |
struct libavl_allocator * | tavl_alloc |
size_t | tavl_count |
struct libavl_allocator* tavl_table::tavl_alloc |
Definition at line 58 of file tavl.h.
Referenced by tavl_copy(), and tavl_destroy().
tavl_comparison_func* tavl_table::tavl_compare |
Definition at line 56 of file tavl.h.
Referenced by tavl_copy().
size_t tavl_table::tavl_count |
Definition at line 59 of file tavl.h.
Referenced by tavl_copy().
void* tavl_table::tavl_param |
Definition at line 57 of file tavl.h.
Referenced by tavl_copy(), and tavl_destroy().
struct tavl_node* tavl_table::tavl_root |
Definition at line 55 of file tavl.h.
Referenced by tavl_copy(), tavl_destroy(), tavl_find(), tavl_probe(), tavl_t_find(), tavl_t_first(), and tavl_t_last().