|
Lely core libraries 2.3.2
|
A pairing heap. More...
#include <pheap.h>

Data Fields | |
| pheap_cmp_t * | cmp |
| A pointer to the function used to compare two keys. | |
| struct pnode * | root |
| A pointer to the root node of the heap. | |
| size_t | num_nodes |
| The number of nodes stored in the heap. | |