#include <eg_bbtree.h>
Collaboration diagram for EGbbtree_t:

Definition at line 86 of file eg_bbtree.h.
Data Fields | |
| EGcompare_f | compare |
| EGmemPool_t * | mem |
| EGbbtreeNode_t * | root |
| unsigned int | size |
|
|
Pointer to a comparison function, this function will be used while building/modifying the tree Definition at line 91 of file eg_bbtree.h. |
|
|
Pointer to the local memory manager from where all memory will be draw/freed. Definition at line 89 of file eg_bbtree.h. |
|
|
Pointer to the root of the tree. Definition at line 88 of file eg_bbtree.h. |
|
|
Number of nodes in the tree. Definition at line 93 of file eg_bbtree.h. |
1.4.5