GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
rbtree.h File Reference
#include <stddef.h>
#include <grass/defs/rbtree.h>
Include dependency graph for rbtree.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ RBTREE_MAX_HEIGHT

#define RBTREE_MAX_HEIGHT   64 /* should be more than enough */

Definition at line 69 of file rbtree.h.

Typedef Documentation

◆ rb_compare_fn

typedef int rb_compare_fn(const void *rb_a, const void *rb_b)

Definition at line 76 of file rbtree.h.