GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
dblinks Struct Reference

Database links. More...

#include <dig_structs.h>

Collaboration diagram for dblinks:

Data Fields

struct field_infofield
 Pointer to the first field_info structure.
 
int alloc_fields
 Number of allocated slots.
 
int n_fields
 Number of available layers (old: fields)
 

Detailed Description

Database links.

Definition at line 159 of file dig_structs.h.

Field Documentation

◆ alloc_fields

int dblinks::alloc_fields

Number of allocated slots.

Definition at line 167 of file dig_structs.h.

Referenced by Vect_add_dblink().

◆ field

struct field_info* dblinks::field

Pointer to the first field_info structure.

Definition at line 163 of file dig_structs.h.

Referenced by Vect_add_dblink(), Vect_check_dblink(), Vect_map_del_dblink(), and Vect_write_dblinks().

◆ n_fields

int dblinks::n_fields

Number of available layers (old: fields)

Definition at line 171 of file dig_structs.h.

Referenced by Vect_add_dblink(), Vect_check_dblink(), Vect_reset_dblinks(), and Vect_write_dblinks().


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