GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
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 700 of file gis.h.

Field Documentation

◆ alloc_values

int ilist::alloc_values

Allocated space for values.

Definition at line 713 of file gis.h.

Referenced by G_ilist_add(), G_init_ilist(), Vect_destroy_list(), Vect_list_append(), and Vect_new_list().

◆ n_values

◆ value


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