FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Version Struct Reference

Description

FormIt version info.

#include <FormItCoreTypes.h>

Public Attributes

int externalMajor = -1
 "Public version." e.g., 2020.1.0, where externalMajor = 2020, externalMinor = 1, externalRevision = 0 More...
 
int externalMinor = -1
 
int externalRevision = -1
 
int internalMajor = -1
 "Internal version." e.g., v19.1.0, where internalMajor = 19, internalMinor = 1, internalRevision = 0 More...
 
int internalMinor = -1
 
int internalRevision = -1
 
::string timestamp
 Build timestamp. More...
 
::string platform
 Platform that FormIt is running on (WIN | WEB). More...
 
int copyrightYear
 Copyright Year. More...
 

Member Data Documentation

int FormIt::Version::copyrightYear

Copyright Year.

int FormIt::Version::externalMajor = -1

"Public version." e.g., 2020.1.0, where externalMajor = 2020, externalMinor = 1, externalRevision = 0

int FormIt::Version::externalMinor = -1
int FormIt::Version::externalRevision = -1
int FormIt::Version::internalMajor = -1

"Internal version." e.g., v19.1.0, where internalMajor = 19, internalMinor = 1, internalRevision = 0

int FormIt::Version::internalMinor = -1
int FormIt::Version::internalRevision = -1
::string FormIt::Version::platform

Platform that FormIt is running on (WIN | WEB).

::string FormIt::Version::timestamp

Build timestamp.


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