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