GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LDT / dev > encdec / rhel6-64


Interface   Data Structures   File List   Data Fields   Globals  

_HEAP Struct Reference

Context structure for a heap. More...

#include <HEAP.h>

List of all members.

Public Attributes

int size
HEAP_compare compare
HEAP_destroy destroy
void ** tree


Detailed Description

Context structure for a heap.

Member Data Documentation

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().

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().


The documentation for this struct was generated from the following file:

Generated on Thu Feb 9 12:22:04 2012 by  doxygen 1.5.8