GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 689 of file gis.h.

Field Documentation

◆ alloc_values

int ilist::alloc_values

Allocated space for values.

Definition at line 702 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: