GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LDT / V0-3-0
Constituent: encdec     Tag: rad750
#include <stdlib.h>
#include "LDT/HEAP.h"
Include dependency graph for HEAP.c:

Functions | |
| void | HEAP_init (HEAP *heap, HEAP_compare compare, HEAP_destroy destroy) |
| Initializes a heap for use. | |
| void | HEAP_free (HEAP *heap) |
| Frees all the nodes of the heap. | |
| int | HEAP_insert (HEAP *heap, const void *data) |
| Inserts a node with the specified data on the heap. | |
| int | HEAP_extract (HEAP *heap, void **data) |
| Extracts (removes) the top node of the heap. | |
CVS $Id
|
||||||||||||
|
Extracts (removes) the top node of the heap.
|
|
|
Frees all the nodes of the heap.
|
|
||||||||||||||||
|
Initializes a heap for use.
|
|
||||||||||||
|
Inserts a node with the specified data on the heap.
|
1.4.4