EGeHeapCn_t Struct Reference
[EGeHeap]

#include <eg_eheap.h>


Detailed Description

Structure to store the information relevant to an element in the heap.
Examples:

eg_eheap.ex.c, and eg_memslab.ex.c.

Definition at line 67 of file eg_eheap.h.

Data Fields

unsigned int pos
EGlpNum_t val


Field Documentation

unsigned int EGeHeapCn_t::pos
 

Position in the heap array for this node, if set to EG_EHEAP_POISON, then the connector is not in any heap.

Definition at line 70 of file eg_eheap.h.

EGlpNum_t EGeHeapCn_t::val
 

Value of this node in the heap

Examples:
eg_memslab.ex.c.

Definition at line 69 of file eg_eheap.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 08:55:03 2006 for EGlib by  doxygen 1.4.5