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