|
libdict
Data Structure C Library
|

Data Fields | |
| tree_node * | root |
| size_t | count |
| dict_compare_func | cmp_func |
| size_t | rotation_count |
Definition at line 37 of file tree_common.c.
| dict_compare_func cmp_func |
Definition at line 38 of file tree_common.c.
| size_t count |
Definition at line 38 of file tree_common.c.
| tree_node* root |
Definition at line 38 of file tree_common.c.
| size_t rotation_count |
Definition at line 38 of file tree_common.c.