|
libdict
Data Structure C Library
|
#include <tree_common.h>

Data Fields | |
| struct tree_node_base * | root |
| size_t | count |
| dict_compare_func | cmp_func |
| size_t | rotation_count |
Definition at line 50 of file tree_common.h.
| dict_compare_func cmp_func |
Definition at line 51 of file tree_common.h.
| size_t count |
Definition at line 51 of file tree_common.h.
| struct tree_node_base* root |
Definition at line 51 of file tree_common.h.
| size_t rotation_count |
Definition at line 51 of file tree_common.h.