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

Data Fields | |
| struct field_info * | field |
| Pointer to the first field_info structure. More... | |
| int | alloc_fields |
| Number of allocated slots. More... | |
| int | n_fields |
| Number of available layers (old: fields) More... | |
Database links.
Definition at line 161 of file dig_structs.h.
| int dblinks::alloc_fields |
Number of allocated slots.
Definition at line 169 of file dig_structs.h.
| struct field_info* dblinks::field |
Pointer to the first field_info structure.
Definition at line 165 of file dig_structs.h.
Referenced by Vect_check_dblink(), Vect_get_dblink(), Vect_get_field(), Vect_get_field_by_name(), Vect_map_del_dblink(), and Vect_write_dblinks().
| int dblinks::n_fields |
Number of available layers (old: fields)
Definition at line 173 of file dig_structs.h.
Referenced by Vect_check_dblink(), Vect_get_dblink(), Vect_get_field(), Vect_get_field_by_name(), Vect_get_num_dblinks(), Vect_map_del_dblink(), Vect_reset_dblinks(), and Vect_write_dblinks().