cr8r_pheap_node Struct Reference

Data Fields

cr8r_pheap_nodefirst_child
 pointer to the first child (or NULL). All children form a circularly linked list
 
cr8r_pheap_nodesibling
 pointer to the next sibling. These are the pointers that form a cll.
 
cr8r_pheap_nodeparent
 pointer to the parent
 

Detailed Description

Definition at line 34 of file pheap.h.


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