#include <heapInt.h>
Data Fields | |
int | length |
int | nitems |
struct HeapSlot * | slots |
int(* | compare )(const void *, const void *) |
Struct**********************************************************************
Synopsis [Heap.]
Description []
Definition at line 64 of file heapInt.h.
int(* Heap::compare)(const void *, const void *) |
int Heap::length |
int Heap::nitems |
struct HeapSlot* Heap::slots [read] |