GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
Go to the source code of this file.
Data Structures | |
struct | RB_NODE |
struct | RB_TREE |
struct | RB_TRAV |
Macros | |
#define | RBTREE_MAX_HEIGHT 64 /* should be more than enough */ |
Typedefs | |
typedef int | rb_compare_fn(const void *rb_a, const void *rb_b) |
#define RBTREE_MAX_HEIGHT 64 /* should be more than enough */ |