|
Equalizer
2.0.0
Parallel Rendering Framework
|
Defines version macros and class for library Equalizer. More...
#include <eq/api.h>#include <string>
Include dependency graph for eq/version.h:Go to the source code of this file.
Classes | |
| class | eq::Version |
| Information about the current Equalizer version. More... | |
Namespaces | |
| eq | |
| The Equalizer client library. | |
Macros | |
| #define | EQ_VERSION_MAJOR 2 |
| The current major version. More... | |
| #define | EQ_VERSION_MINOR 0 |
| The current minor version. More... | |
| #define | EQ_VERSION_PATCH 0 |
| The current patch level. More... | |
| #define | EQ_VERSION_REVISION 0x0e3dfa8 |
| The current SCM revision. More... | |
| #define | EQ_VERSION_ABI 200ull |
| The current binary interface. More... | |
| #define | EQ_VERSION_GT(MAJOR, MINOR, PATCH) |
| True if the current version is newer than the given one. More... | |
| #define | EQ_VERSION_GE(MAJOR, MINOR, PATCH) |
| True if the current version is equal or newer to the given. More... | |
| #define | EQ_VERSION_LT(MAJOR, MINOR, PATCH) |
| True if the current version is older than the given one. More... | |
| #define | EQ_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 Equalizer.
Definition in file eq/version.h.
| #define EQ_VERSION_ABI 200ull |
| #define EQ_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is equal or newer to the given.
Definition at line 38 of file eq/version.h.
| #define EQ_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is newer than the given one.
Definition at line 32 of file eq/version.h.
| #define EQ_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older or equal to the given.
Definition at line 50 of file eq/version.h.
| #define EQ_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older than the given one.
Definition at line 44 of file eq/version.h.
| #define EQ_VERSION_MAJOR 2 |
The current major version.
Definition at line 17 of file eq/version.h.
Referenced by eq::Version::check().
| #define EQ_VERSION_MINOR 0 |
The current minor version.
Definition at line 20 of file eq/version.h.
Referenced by eq::Version::check().
| #define EQ_VERSION_PATCH 0 |
The current patch level.
Definition at line 23 of file eq/version.h.
| #define EQ_VERSION_REVISION 0x0e3dfa8 |
The current SCM revision.
Definition at line 26 of file eq/version.h.