GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
Key_Value Struct Reference

#include <gis.h>

Data Fields

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

Detailed Description

Definition at line 525 of file gis.h.

Field Documentation

◆ key

char** Key_Value::key

Definition at line 528 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().

◆ nalloc

int Key_Value::nalloc

Definition at line 527 of file gis.h.

Referenced by G_free_key_value().

◆ nitems

int Key_Value::nitems

Definition at line 526 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().

◆ value

char** Key_Value::value

Definition at line 529 of file gis.h.

Referenced by G_free_key_value(), and G_fwrite_key_value().


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