|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <dbmi.h>

Data Fields | |
| int | n_values |
| int | alloc |
| int | ctype |
| dbCatVal * | value |
| int dbCatValArray::alloc |
Definition at line 271 of file dbmi.h.
Referenced by db_CatValArray_alloc(), db_CatValArray_init(), and db_CatValArray_realloc().
| int dbCatValArray::ctype |
Definition at line 272 of file dbmi.h.
Referenced by db_CatValArray_free(), and db_CatValArray_sort_by_value().
| int dbCatValArray::n_values |
Definition at line 270 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 273 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().