Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::Version::Fields Struct Reference

Struct to hold the major and minor version, each as a separate 16-bit (short) int. More...

Public Attributes

short int major
 Major version is the first 2 bytes of the version int, left to right, holding the most significant 16 bits of the int.
short int minor
 Minor version is the last 2 bytes of the version int, left to right, holding the least significant 16 bits of the int.

Detailed Description

Struct to hold the major and minor version, each as a separate 16-bit (short) int.