GL Studio C++ Runtime API
GlsBuiltVersionInfo2 Class Reference

#include <gls_version.h>

Public Member Functions

 GlsBuiltVersionInfo2 (int glsMajor=8, int glsMinor=1, int glsBuild=0000, int compilerVersion=0)
 

Public Attributes

int _glsMajor
 The major runtime version.
 
int _glsMinor
 The minor runtime version.
 
int _glsBuild
 The build, and build minor runtime version.
 
int _compilerVersion
 The compiler version.
 

Detailed Description

This is a type which shall remain consistant. If an item must be added, it shall be added at the end of the structure to avoid compatibility issues. This object is used to check dynamically loaded code with the container performing the load. This must be inline to work properly.

Constructor & Destructor Documentation

◆ GlsBuiltVersionInfo2()

GlsBuiltVersionInfo2 ( int  glsMajor = 8,
int  glsMinor = 1,
int  glsBuild = 0000,
int  compilerVersion = 0 
)
inline

Constructor

Parameters
glsMajorThe major runtime version.
glsMinorThe minor runtime version.
glsBuildThe build, and build minor runtime version.
compilerVersionThe compiler version.

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