|
Crater Container Library 0.2.0
|
|
Data Fields | |
| cr8r_pheap_node * | first_child |
| pointer to the first child (or NULL). All children form a circularly linked list | |
| cr8r_pheap_node * | sibling |
| pointer to the next sibling. These are the pointers that form a cll. | |
| cr8r_pheap_node * | parent |
| pointer to the parent | |