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

Backward compatibility version info. More...

#include <dig_structs.h>

Data Fields

int major
 Current version (major) More...
 
int minor
 Current version (minor) More...
 
int back_major
 Earliest version that can use this data format (major) More...
 
int back_minor
 Earliest version that can use this data format (minor) More...
 

Detailed Description

Backward compatibility version info.

Definition at line 278 of file dig_structs.h.

Field Documentation

◆ back_major

int Version_info::back_major

Earliest version that can use this data format (major)

Definition at line 284 of file dig_structs.h.

Referenced by dig__read_head(), dig__write_head(), dig_Rd_Plus_head(), dig_Rd_spidx_head(), dig_read_cidx_head(), and V1_open_new_nat().

◆ back_minor

int Version_info::back_minor

Earliest version that can use this data format (minor)

Definition at line 286 of file dig_structs.h.

Referenced by dig__read_head(), dig__write_head(), dig_Rd_Plus_head(), dig_Rd_spidx_head(), dig_read_cidx_head(), and V1_open_new_nat().

◆ major

int Version_info::major

Current version (major)

Definition at line 280 of file dig_structs.h.

Referenced by dig__read_head(), dig__write_head(), dig_Rd_Plus_head(), dig_Rd_spidx_head(), dig_read_cidx_head(), and V1_open_new_nat().

◆ minor

int Version_info::minor

Current version (minor)

Definition at line 282 of file dig_structs.h.

Referenced by dig__read_head(), dig__write_head(), dig_Rd_Plus_head(), dig_Rd_spidx_head(), dig_read_cidx_head(), and V1_open_new_nat().


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