GRASS GIS 8 Programmer's Manual  8.5.0dev(2024)-602118adcc
ilist Struct Reference

List of integers. More...

#include <gis.h>

Data Fields

int * value
 Array of values. More...
 
int n_values
 Number of values in the list. More...
 
int alloc_values
 Allocated space for values. More...
 

Detailed Description

List of integers.

Definition at line 709 of file gis.h.

Field Documentation

◆ alloc_values

int ilist::alloc_values

Allocated space for values.

Definition at line 721 of file gis.h.

Referenced by Vect_new_list().

◆ n_values

◆ value


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