Collage
0.6.1
|
Information about the current Collage version. More...
#include <version.h>
Static Public Member Functions | |
static uint32_t | getMajor () |
static uint32_t | getMinor () |
static uint32_t | getPatch () |
static std::string | getRevision () |
static uint32_t | getABI () |
static uint32_t | getInt () |
static float | getFloat () |
static std::string | getString () |
static bool | check () |
static bool co::Version::check | ( | ) | [inline, static] |
static uint32_t co::Version::getABI | ( | ) | [static] |
Referenced by co::init().
static float co::Version::getFloat | ( | ) | [static] |
static uint32_t co::Version::getInt | ( | ) | [static] |
static uint32_t co::Version::getMajor | ( | ) | [static] |
static uint32_t co::Version::getMinor | ( | ) | [static] |
static uint32_t co::Version::getPatch | ( | ) | [static] |
static std::string co::Version::getRevision | ( | ) | [static] |
static std::string co::Version::getString | ( | ) | [static] |