OpenLexocad  27.1
OpenLxApp::Version Struct Reference

#include <Globals.h>

Public Member Functions

std::string toString () const
 

Public Attributes

int major = 0
 
int minor = 0
 
int micro = 0
 
int revision = 0
 
std::string name
 

Member Function Documentation

◆ toString()

std::string OpenLxApp::Version::toString ( void  ) const
inline

Prints a version string

Returns
std::string
Since
24.0
Author
HPK
Date
2016-12-11

Member Data Documentation

◆ major

int OpenLxApp::Version::major = 0

◆ micro

int OpenLxApp::Version::micro = 0

◆ minor

int OpenLxApp::Version::minor = 0

◆ name

std::string OpenLxApp::Version::name

◆ revision

int OpenLxApp::Version::revision = 0

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