GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-37a74d03c4
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 88 of file rbtree.h.

Referenced by rbtree_create().

◆ datasize

size_t RB_TREE::datasize

Definition at line 87 of file rbtree.h.

Referenced by rbtree_create().

◆ rb_compare

rb_compare_fn* RB_TREE::rb_compare

Definition at line 89 of file rbtree.h.

Referenced by rbtree_create().

◆ root

struct RB_NODE* RB_TREE::root

Definition at line 86 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: