#include <Tree.h>
Public Attributes | |
| unsigned int | allow_duplicates: 1 |
| int | count |
| unsigned int | heap_tracking: 1 |
| struct { | |
| int(* compare )(void *, void *, int) | |
| Node * root | |
| } | index [2] |
| int | indexes |
| size_t | size |
| unsigned int Tree::allow_duplicates |
| int(* Tree::compare) (void *, void *, int) |
| unsigned int Tree::heap_tracking |
| struct { ... } Tree::index[2] |