libdict
Data Structure C Library
Loading...
Searching...
No Matches
rb_tree Struct Reference
Collaboration diagram for rb_tree:

Data Fields

rb_noderoot
 
size_t count
 
dict_compare_func cmp_func
 
size_t rotation_count
 

Detailed Description

Definition at line 57 of file rb_tree.c.

Field Documentation

◆ cmp_func

Definition at line 58 of file rb_tree.c.

◆ count

size_t count

Definition at line 58 of file rb_tree.c.

◆ root

rb_node* root

Definition at line 58 of file rb_tree.c.

◆ rotation_count

size_t rotation_count

Definition at line 58 of file rb_tree.c.


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