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

#include <gis.h>

Data Fields

int nitems
 
int nalloc
 
char ** key
 
char ** value
 

Detailed Description

Definition at line 501 of file gis.h.

Field Documentation

◆ key

char** Key_Value::key

Definition at line 505 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().

◆ nalloc

int Key_Value::nalloc

Definition at line 504 of file gis.h.

Referenced by G_free_key_value().

◆ nitems

int Key_Value::nitems

Definition at line 503 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().

◆ value

char** Key_Value::value

Definition at line 506 of file gis.h.

Referenced by G_free_key_value(), G_fwrite_key_value(), and G_matrix_scalar_mul().


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