|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <tavl.h>

Data Fields | |
| struct tavl_node * | tavl_link [2] |
| void * | tavl_data |
| unsigned char | tavl_tag [2] |
| signed char | tavl_balance |
Definition at line 73 of file tavl.h.
Referenced by tavl_delete(), and tavl_probe().
| void* tavl_node::tavl_data |
Definition at line 71 of file tavl.h.
Referenced by tavl_delete(), tavl_destroy(), tavl_find(), tavl_probe(), tavl_t_find(), and tavl_t_insert().
Definition at line 70 of file tavl.h.
Referenced by tavl_copy(), tavl_delete(), tavl_destroy(), tavl_find(), tavl_probe(), and tavl_t_find().
Definition at line 72 of file tavl.h.
Referenced by tavl_copy(), tavl_delete(), tavl_destroy(), tavl_find(), tavl_probe(), and tavl_t_find().