GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <dbmi.h>
Data Fields | |
int | n_values |
int | alloc |
int | ctype |
dbCatVal * | value |
int dbCatValArray::alloc |
Definition at line 287 of file dbmi.h.
Referenced by db_CatValArray_alloc(), db_CatValArray_init(), and db_CatValArray_realloc().
int dbCatValArray::ctype |
Definition at line 288 of file dbmi.h.
Referenced by db_CatValArray_free(), and db_CatValArray_sort_by_value().
int dbCatValArray::n_values |
Definition at line 286 of file dbmi.h.
Referenced by db_CatValArray_free(), db_CatValArray_init(), db_CatValArray_sort(), and db_CatValArray_sort_by_value().
dbCatVal* dbCatValArray::value |
Definition at line 289 of file dbmi.h.
Referenced by db_CatValArray_alloc(), db_CatValArray_free(), db_CatValArray_init(), db_CatValArray_realloc(), db_CatValArray_sort(), and db_CatValArray_sort_by_value().