Information about the current FiReS version.
More...
#include <version.h>
Information about the current FiReS version.
Definition at line 56 of file version.h.
static bool fires::Version::check |
( |
| ) |
|
|
inlinestatic |
Runtime check for ABI compatibility.
Call from code using FiReS. Will fail if the executable was compiled against a version incompatible with the runtime version.
- Returns
- true if the link-time and compile-time DSO are compatible.
Definition at line 88 of file version.h.
References FIRES_VERSION_MAJOR, and FIRES_VERSION_MINOR.
static int fires::Version::getABI |
( |
| ) |
|
|
static |
- Returns
- the current binary interface version of FiReS.
static int fires::Version::getMajor |
( |
| ) |
|
|
static |
- Returns
- the current major version of FiReS.
static int fires::Version::getMinor |
( |
| ) |
|
|
static |
- Returns
- the current minor version of FiReS.
static int fires::Version::getPatch |
( |
| ) |
|
|
static |
- Returns
- the current patch level of FiReS.
static int fires::Version::getRevision |
( |
| ) |
|
|
static |
static std::string fires::Version::getRevString |
( |
| ) |
|
|
static |
- Returns
- the current FiReS version plus the git SHA hash (MM.mm.pp.rev).
static std::string fires::Version::getString |
( |
| ) |
|
|
static |
- Returns
- the current FiReS version (MM.mm.pp).
The documentation for this class was generated from the following file: