GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
Key_Value Struct Reference

#include <gis.h>

Data Fields

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

Detailed Description

Definition at line 512 of file gis.h.

Field Documentation

◆ key

char** Key_Value::key

Definition at line 516 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().

◆ nalloc

int Key_Value::nalloc

Definition at line 515 of file gis.h.

Referenced by G_free_key_value().

◆ nitems

int Key_Value::nitems

Definition at line 514 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().

◆ value

char** Key_Value::value

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