Information about the current nlphysics version.
More...
#include <version.h>
Information about the current nlphysics version.
Definition at line 64 of file nlphysics/version.h.
static bool nlphysics::Version::check |
( |
| ) |
|
|
inlinestatic |
Runtime check for ABI compatibility.
Call from code using nlphysics. 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 96 of file nlphysics/version.h.
References NLPHYSICS_VERSION_MAJOR, and NLPHYSICS_VERSION_MINOR.
static int nlphysics::Version::getABI |
( |
| ) |
|
|
static |
- Returns
- the current binary interface version of nlphysics.
static int nlphysics::Version::getMajor |
( |
| ) |
|
|
static |
- Returns
- the current major version of nlphysics.
static int nlphysics::Version::getMinor |
( |
| ) |
|
|
static |
- Returns
- the current minor version of nlphysics.
static int nlphysics::Version::getPatch |
( |
| ) |
|
|
static |
- Returns
- the current patch level of nlphysics.
static unsigned long long nlphysics::Version::getRevision |
( |
| ) |
|
|
static |
static std::string nlphysics::Version::getRevString |
( |
| ) |
|
|
static |
- Returns
- the current nlphysics version plus the git SHA hash (MM.mm.pp.rev).
static std::string nlphysics::Version::getSchema |
( |
| ) |
|
|
inlinestatic |
static std::string nlphysics::Version::getString |
( |
| ) |
|
|
static |
- Returns
- the current nlphysics version (MM.mm.pp).
static std::string nlphysics::Version::toJSON |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: