![]() |
Gorgon Game Engine
|
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... | |
This structure represents the version of the operating system.
| enum Type |
| std::string arch |
The name of the architecture, this number is independent of compiled platform of Gorgon Library.
| int archbits |
Number of bits in the architecture, this number is independent of compiled platform of Gorgon Library.
| int buildnumber |
Build number.
| int major |
Major version.
| int minor |
Minor version.
| std::string name |
Name of the current operating system.
| int revision |
Revision.
| Type type |
Identifier for the current operating system.