Tree container type. More...
#include <tommytree.h>
Data Fields | |
| tommy_tree_node * | root |
| Root node. More... | |
| tommy_compare_func * | cmp |
| Comparison function. More... | |
| tommy_size_t | count |
| Number of elements. More... | |
Tree container type.
| tommy_tree_node* tommy_tree_struct::root |
Root node.
| tommy_compare_func* tommy_tree_struct::cmp |
Comparison function.
| tommy_size_t tommy_tree_struct::count |
Number of elements.