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