ZeroEQ
0.9.0
ZeroEQ - Zero Event Queue
|
Defines version macros and class for library ZeroEQ. More...
Go to the source code of this file.
Classes | |
class | zeroeq::Version |
Information about the current ZeroEQ version. More... | |
Namespaces | |
zeroeq | |
Publish-subscribe and request-reply. | |
Macros | |
#define | ZEROEQ_VERSION_MAJOR 0 |
The current major version. More... | |
#define | ZEROEQ_VERSION_MINOR 9 |
The current minor version. More... | |
#define | ZEROEQ_VERSION_PATCH 0 |
The current patch level. More... | |
#define | ZEROEQ_VERSION_REVISION 0xad9c8b5 |
The current SCM revision. More... | |
#define | ZEROEQ_VERSION_ABI 9ull |
The current binary interface. More... | |
#define | ZEROEQ_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | ZEROEQ_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | ZEROEQ_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | ZEROEQ_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 ZeroEQ.
Definition in file version.h.
#define ZEROEQ_VERSION_ABI 9ull |
#define ZEROEQ_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
#define ZEROEQ_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
#define ZEROEQ_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
#define ZEROEQ_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
#define ZEROEQ_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by zeroeq::Version::check().
#define ZEROEQ_VERSION_MINOR 9 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by zeroeq::Version::check().