Lely core libraries 2.3.4
pheap Struct Reference

A pairing heap. More...

#include <pheap.h>

Collaboration diagram for pheap:

Data Fields

pheap_cmp_tcmp
 A pointer to the function used to compare two keys.
 
struct pnoderoot
 A pointer to the root node of the heap.
 
size_t num_nodes
 The number of nodes stored in the heap.
 

Detailed Description

A pairing heap.

Definition at line 87 of file pheap.h.


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