GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
_dglHeapNode Struct Reference

#include <heap.h>

Collaboration diagram for _dglHeapNode:

Data Fields

long key
 
dglHeapData_u value
 
unsigned char flags
 

Detailed Description

Definition at line 36 of file heap.h.

Field Documentation

◆ flags

unsigned char _dglHeapNode::flags

Definition at line 40 of file heap.h.

Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC().

◆ key

long _dglHeapNode::key

Definition at line 38 of file heap.h.

Referenced by dglHeapExtractMax(), and dglHeapExtractMin().

◆ value

dglHeapData_u _dglHeapNode::value

Definition at line 39 of file heap.h.

Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC().


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