Lightmetrica  0.0.1.50dbee3 (yosakoi)
 All Classes Functions Variables Typedefs Enumerations Enumerator
Static Public Member Functions | List of all members
Version Class Reference

#include <version.h>

Static Public Member Functions

static std::string Major ()
 
static std::string Minor ()
 
static std::string Patch ()
 
static std::string Revision ()
 
static std::string Codename ()
 
static std::string BuildDate ()
 
static std::string Formatted ()
 
static std::string Platform ()
 
static std::string Archtecture ()
 

Detailed Description

Version information. The class is used to get version information of the library.

Member Function Documentation

std::string Version::Archtecture ( )
static

Get the architecture name.

Returns
Architecture name.
std::string Version::BuildDate ( )
static

Get the build date of the library.

Returns
Build date.
std::string Version::Codename ( )
static

Get the version codename of the library.

Returns
Codename.
std::string Version::Formatted ( )
static

Get the formatted version of the library. Returns the formatted version in major.minor.patch.revision.

Returns
Formatted version.
LM_NAMESPACE_BEGIN std::string Version::Major ( )
static

Get the major version of the library.

Returns
Major version.
std::string Version::Minor ( )
static

Get the minor version of the library.

Returns
Minor version.
std::string Version::Patch ( )
static

Get the patch version of the library.

Returns
Patch version.
std::string Version::Platform ( )
static

Get the platform name.

Returns
Platform name.
std::string Version::Revision ( )
static

Get the revision number of the library.

Returns
Revision.

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