Equalizer
1.10.1
Parallel Rendering Framework
|
Defines version macros and class for library EqualizerFabric. More...
Go to the source code of this file.
Classes | |
class | eqfabric::Version |
Information about the current EqualizerFabric version. More... | |
Macros | |
#define | EQFABRIC_VERSION_MAJOR 1 |
The current major version. More... | |
#define | EQFABRIC_VERSION_MINOR 10 |
The current minor version. More... | |
#define | EQFABRIC_VERSION_PATCH 1 |
The current patch level. More... | |
#define | EQFABRIC_VERSION_REVISION 0xb524db9 |
The current SCM revision. More... | |
#define | EQFABRIC_VERSION_ABI 191 |
The current binary interface. More... | |
#define | EQFABRIC_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | EQFABRIC_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | EQFABRIC_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | EQFABRIC_VERSION_LE(MAJOR, MINOR, PATCH) |
True if the current version is older or equal to the given. More... | |
Defines version macros and class for library EqualizerFabric.
Definition in file eq/fabric/version.h.
#define EQFABRIC_VERSION_ABI 191 |
The current binary interface.
Definition at line 29 of file eq/fabric/version.h.
#define EQFABRIC_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
Definition at line 38 of file eq/fabric/version.h.
#define EQFABRIC_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
Definition at line 32 of file eq/fabric/version.h.
#define EQFABRIC_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
Definition at line 50 of file eq/fabric/version.h.
#define EQFABRIC_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
Definition at line 44 of file eq/fabric/version.h.
#define EQFABRIC_VERSION_MAJOR 1 |
The current major version.
Definition at line 17 of file eq/fabric/version.h.
Referenced by eqfabric::Version::check().
#define EQFABRIC_VERSION_MINOR 10 |
The current minor version.
Definition at line 20 of file eq/fabric/version.h.
Referenced by eqfabric::Version::check().
#define EQFABRIC_VERSION_PATCH 1 |
The current patch level.
Definition at line 23 of file eq/fabric/version.h.
#define EQFABRIC_VERSION_REVISION 0xb524db9 |
The current SCM revision.
Definition at line 26 of file eq/fabric/version.h.