Data Fields
tommy_tree_struct Struct Reference

Tree container type. More...

Data Fields

tommy_tree_noderoot
 Root node. More...
 
tommy_compare_funccmp
 Comparison function. More...
 
tommy_count_t count
 Number of elements. More...
 

Detailed Description

Tree container type.

Note
Don't use internal fields directly, but access the container only using functions.

Field Documentation

tommy_tree_node* tommy_tree_struct::root

Root node.

tommy_compare_func* tommy_tree_struct::cmp

Comparison function.

tommy_count_t tommy_tree_struct::count

Number of elements.


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