Data Fields

_dglHeapNode Struct Reference

#include <heap.h>

Collaboration diagram for _dglHeapNode:
Collaboration graph
[legend]

Data Fields

long key
dglHeapData_u value
unsigned char flags

Detailed Description

Definition at line 36 of file heap.h.


Field Documentation

unsigned char _dglHeapNode::flags

Definition at line 40 of file heap.h.

Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC(), dglHeapInsertMax(), and dglHeapInsertMin().

Definition at line 38 of file heap.h.

Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapInsertMax(), and dglHeapInsertMin().

Definition at line 39 of file heap.h.

Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC(), dglHeapInsertMax(), and dglHeapInsertMin().


The documentation for this struct was generated from the following file: