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

#include <dbmi.h>

Data Fields

char * string
 
int nalloc
 

Detailed Description

Definition at line 147 of file dbmi.h.

Field Documentation

◆ nalloc

int _db_string::nalloc

Definition at line 150 of file dbmi.h.

Referenced by db_enlarge_string(), db_free_string(), db_sizeof_string(), and db_zero_string().

◆ string

char* _db_string::string

Definition at line 149 of file dbmi.h.

Referenced by db_enlarge_string(), db_free_string(), and db_get_string().


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