GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LDT / V0-5-2 > encdec / rhel6-32
#include <HEAP.h>
Public Attributes | |
| int | size |
| HEAP_compare | compare |
| HEAP_destroy | destroy |
| void ** | tree |
User provided comparison routine
Referenced by HEAP_extract(), HEAP_init(), and HEAP_insert().
User provided routine to delete a node
Referenced by HEAP_free(), and HEAP_init().
| int _HEAP::size |
Count of number of elements in the heap
Referenced by HEAP__size(), HEAP_extract(), HEAP_init(), and HEAP_insert().
| void** _HEAP::tree |
The array of nodes
Referenced by HEAP_extract(), HEAP_free(), HEAP_init(), and HEAP_insert().
1.5.8