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

Data Fields

tr_noderoot
 
size_t count
 
dict_compare_func cmp_func
 
size_t rotation_count
 
dict_prio_func prio_func
 

Detailed Description

Definition at line 55 of file tr_tree.c.

Field Documentation

◆ cmp_func

Definition at line 56 of file tr_tree.c.

◆ count

size_t count

Definition at line 56 of file tr_tree.c.

◆ prio_func

dict_prio_func prio_func

Definition at line 57 of file tr_tree.c.

◆ root

tr_node* root

Definition at line 56 of file tr_tree.c.

◆ rotation_count

size_t rotation_count

Definition at line 56 of file tr_tree.c.


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