GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
_dglHeap Struct Reference

#include <heap.h>

Collaboration diagram for _dglHeap:

Data Fields

long index
 
long count
 
long block
 
dglHeapNode_spnode
 

Detailed Description

Definition at line 44 of file heap.h.

Field Documentation

◆ block

long _dglHeap::block

Definition at line 49 of file heap.h.

Referenced by dglHeapInit().

◆ count

long _dglHeap::count

Definition at line 48 of file heap.h.

Referenced by dglHeapInit().

◆ index

long _dglHeap::index

Definition at line 47 of file heap.h.

Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapFree(), and dglHeapInit().

◆ pnode

dglHeapNode_s* _dglHeap::pnode

Definition at line 50 of file heap.h.

Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapFree(), and dglHeapInit().


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