libdict
Data Structure C Library
Loading...
Searching...
No Matches
Data Fields
rb_tree Struct Reference
Collaboration diagram for rb_tree:
[
legend
]
Data Fields
rb_node
*
root
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
dict_compare_func
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:
src/
rb_tree.c
Generated by
1.12.0