GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LDT / V0-5-0 > encdec / linux-gcc


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

int _HEAP::size

Count of number of elements in the heap

HEAP_compare _HEAP::compare

User provided comparison routine

HEAP_destroy _HEAP::destroy

User provided routine to delete a node

void** _HEAP::tree

The array of nodes


The documentation for this struct was generated from the following file:
Generated on Mon Aug 23 09:43:47 2010 by  doxygen 1.5.3