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