#include <heap.h>
Data Fields | |
long | key |
dglHeapData_u | value |
unsigned char | flags |
Definition at line 38 of file heap.h.
long _dglHeapNode::key |
Definition at line 40 of file heap.h.
Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapInsertMax(), and dglHeapInsertMin().
Definition at line 41 of file heap.h.
Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC(), dglHeapInsertMax(), and dglHeapInsertMin().
unsigned char _dglHeapNode::flags |
Definition at line 42 of file heap.h.
Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC(), dglHeapInsertMax(), and dglHeapInsertMin().