GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <gis.h>
Data Fields | |
int | nitems |
int | nalloc |
char ** | key |
char ** | value |
char** Key_Value::key |
Definition at line 516 of file gis.h.
Referenced by G_free_key_value(), and G_fwrite_key_value().
int Key_Value::nalloc |
Definition at line 515 of file gis.h.
Referenced by G_free_key_value().
int Key_Value::nitems |
Definition at line 514 of file gis.h.
Referenced by G_free_key_value(), and G_fwrite_key_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().