#include <heapInt.h>
Data Fields | |
long | key |
void * | item |
CFile***********************************************************************
FileName [heapInt.h]
PackageName [heap]
Synopsis [Heap-based priority queue.]
Description [This is the internal header file for the heap-based priority queue.]
SeeAlso []
Author [Fabio Somenzi]
Copyright [This file was created at the University of Colorado at Boulder. The University of Colorado at Boulder makes no warranty about the suitability of this software for any purpose. It is presented on an AS IS basis.]
Revision [
]Struct**********************************************************************
Synopsis [Slot of a heap.]
Description [Slot of a heap. Each slots holds a generic object and an integer key.]
Definition at line 51 of file heapInt.h.
void* HeapSlot::item |
long HeapSlot::key |