GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LDT / V0-5-2 > encdec / rhel6-32
#include <BTREE.h>
Public Attributes | |
| int | size |
| BTREE_compare | compare |
| BTREE_destroy | destroy |
| BTREE_node * | root |
Callback comparision function
Callback destruction (free) function
Referenced by BTREE_init(), BTREE_merge(), BTREE_removeL(), and BTREE_removeR().
Root node of the tree
Referenced by BTREE__root(), BTREE_init(), BTREE_insertL(), BTREE_insertR(), BTREE_merge(), BTREE_removeL(), and BTREE_removeR().
| int _BTREE::size |
The size (count) of nodes in the tree
Referenced by BTREE__size(), BTREE_init(), BTREE_insertL(), BTREE_insertR(), BTREE_merge(), BTREE_removeL(), and BTREE_removeR().
1.5.8