Gorgon Game Engine
Info Struct Reference

This structure represents the version of the operating system. More...

Public Types

enum  Type { Windows, Linux }
 

Public Attributes

std::string arch
 The name of the architecture, this number is independent of compiled platform of Gorgon Library. More...
 
int archbits
 Number of bits in the architecture, this number is independent of compiled platform of Gorgon Library. More...
 
int buildnumber
 Build number. More...
 
int major
 Major version. More...
 
int minor
 Minor version. More...
 
std::string name
 Name of the current operating system. More...
 
int revision
 Revision. More...
 
Type type
 Identifier for the current operating system. More...
 

Detailed Description

This structure represents the version of the operating system.

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
Windows 
Linux 

Member Data Documentation

◆ arch

std::string arch

The name of the architecture, this number is independent of compiled platform of Gorgon Library.

◆ archbits

int archbits

Number of bits in the architecture, this number is independent of compiled platform of Gorgon Library.

◆ buildnumber

int buildnumber

Build number.

◆ major

int major

Major version.

◆ minor

int minor

Minor version.

◆ name

std::string name

Name of the current operating system.

◆ revision

int revision

Revision.

◆ type

Type type

Identifier for the current operating system.


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