Information about the current LunchBox version.
More...
#include <version.h>
Detailed Description
Information about the current LunchBox version.
Definition at line 69 of file version.h.
Member Function Documentation
static bool lunchbox::Version::check |
( |
| ) |
|
|
inlinestatic |
- Returns
- true if the link-time and compile-time DSO versions are compatible.
Definition at line 103 of file version.h.
static uint32_t lunchbox::Version::getABI |
( |
| ) |
|
|
static |
- Returns
- the current DSO binary revision.
- Version
- 0.4
static float lunchbox::Version::getFloat |
( |
| ) |
|
|
static |
- Returns
- the current LunchBox version (MM.mmpp).
- Version
- 0.4
static uint32_t lunchbox::Version::getInt |
( |
| ) |
|
|
static |
- Returns
- the current LunchBox version (MMmmpp).
- Version
- 0.4
static uint32_t lunchbox::Version::getMajor |
( |
| ) |
|
|
static |
- Returns
- the current major version of LunchBox.
- Version
- 0.4
static uint32_t lunchbox::Version::getMinor |
( |
| ) |
|
|
static |
- Returns
- the current minor version of LunchBox.
- Version
- 0.4
static uint32_t lunchbox::Version::getPatch |
( |
| ) |
|
|
static |
- Returns
- the current patch level of LunchBox.
- Version
- 0.4
static std::string lunchbox::Version::getRevision |
( |
| ) |
|
|
static |
- Returns
- the current revision of LunchBox.
- Version
- 0.4
static std::string lunchbox::Version::getString |
( |
| ) |
|
|
static |
- Returns
- the current LunchBox version (MM.mm.pp[.rr]).
- Version
- 1.1
The documentation for this class was generated from the following file: