GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-8cbe8fef7c
_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 41 of file heap.h.

Field Documentation

◆ block

long _dglHeap::block

Definition at line 46 of file heap.h.

Referenced by dglHeapInit().

◆ count

long _dglHeap::count

Definition at line 45 of file heap.h.

Referenced by dglHeapInit().

◆ index

long _dglHeap::index

Definition at line 43 of file heap.h.

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

◆ pnode

dglHeapNode_s* _dglHeap::pnode

Definition at line 47 of file heap.h.

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


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