Lunchbox
1.6.0
|
Information about the current LunchBox 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 lunchbox::Version::check | ( | ) | [inline, static] |
static uint32_t lunchbox::Version::getABI | ( | ) | [static] |
static float lunchbox::Version::getFloat | ( | ) | [static] |
static uint32_t lunchbox::Version::getInt | ( | ) | [static] |
static uint32_t lunchbox::Version::getMajor | ( | ) | [static] |
static uint32_t lunchbox::Version::getMinor | ( | ) | [static] |
static uint32_t lunchbox::Version::getPatch | ( | ) | [static] |
static std::string lunchbox::Version::getRevision | ( | ) | [static] |
static std::string lunchbox::Version::getString | ( | ) | [static] |