GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <gis.h>
Data Fields | |
int | nitems |
int | nalloc |
char ** | key |
char ** | value |
char** Key_Value::key |
Definition at line 531 of file gis.h.
Referenced by G_free_key_value(), and G_fwrite_key_value().
int Key_Value::nalloc |
Definition at line 530 of file gis.h.
Referenced by G_free_key_value().
int Key_Value::nitems |
Definition at line 529 of file gis.h.
Referenced by G_free_key_value(), and G_fwrite_key_value().
char** Key_Value::value |
Definition at line 532 of file gis.h.
Referenced by G_free_key_value(), and G_fwrite_key_value().