#include <heap.h>
Data Fields | |
long | index |
long | count |
long | block |
dglHeapNode_s * | pnode |
Definition at line 44 of file heap.h.
long _dglHeap::block |
Definition at line 49 of file heap.h.
Referenced by dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().
long _dglHeap::count |
Definition at line 48 of file heap.h.
Referenced by dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().
long _dglHeap::index |
Definition at line 47 of file heap.h.
Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapFree(), dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().
Definition at line 50 of file heap.h.
Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapFree(), dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().