GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
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 706 of file gis.h.

Field Documentation

◆ alloc_values

int ilist::alloc_values

Allocated space for values.

Definition at line 718 of file gis.h.

Referenced by Vect_new_list().

◆ n_values

◆ value

int* ilist::value

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