#include <pq.h>
Data Fields | |
int(* | cmp )(void **, void **) |
int | nitems |
int | maxitems |
void ** | bottom |
void ** | heap |
Definition at line 14 of file pq.h.
int(* PQ::cmp)(void **, void **) |
Referenced by InitPQ(), ReheapDown(), ReheapUp(), and Replace().
int PQ::nitems |
Definition at line 16 of file pq.h.
Referenced by Delete(), InitPQ(), Insert(), NumElem(), ReheapDown(), ReheapUp(), Remove(), and Replace().
int PQ::maxitems |
void** PQ::bottom |
void** PQ::heap |
Definition at line 19 of file pq.h.
Referenced by Delete(), Get(), GetI(), InitPQ(), ReheapDown(), ReheapUp(), Remove(), and Replace().