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

#include <heap.h>

Data Fields

void * pv
 
int n
 
unsigned int un
 
long l
 
unsigned long ul
 

Detailed Description

Definition at line 25 of file heap.h.

Field Documentation

◆ l

long _dglHeapData::l

Definition at line 30 of file heap.h.

◆ n

int _dglHeapData::n

Definition at line 28 of file heap.h.

◆ pv

void* _dglHeapData::pv

◆ ul

unsigned long _dglHeapData::ul

Definition at line 31 of file heap.h.

Referenced by NetA_distance_from_points(), and NetA_distance_to_points().

◆ un

unsigned int _dglHeapData::un

Definition at line 29 of file heap.h.


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