GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
RB_TREE Struct Reference

#include <rbtree.h>

Collaboration diagram for RB_TREE:

Data Fields

struct RB_NODEroot
 
size_t datasize
 
size_t count
 
rb_compare_fnrb_compare
 

Detailed Description

Definition at line 85 of file rbtree.h.

Field Documentation

◆ count

size_t RB_TREE::count

Definition at line 89 of file rbtree.h.

Referenced by rbtree_create().

◆ datasize

size_t RB_TREE::datasize

Definition at line 88 of file rbtree.h.

Referenced by rbtree_create().

◆ rb_compare

rb_compare_fn* RB_TREE::rb_compare

Definition at line 90 of file rbtree.h.

Referenced by rbtree_create().

◆ root

struct RB_NODE* RB_TREE::root

Definition at line 87 of file rbtree.h.

Referenced by rbtree_clear(), rbtree_create(), and rbtree_init_trav().


The documentation for this struct was generated from the following file: