ZeroEQ
0.9.0
ZeroEQ - Zero Event Queue
|
Defines version macros and class for library ZeroEQHTTP. More...
Go to the source code of this file.
Classes | |
class | zeroeqhttp::Version |
Information about the current ZeroEQHTTP version. More... | |
Macros | |
#define | ZEROEQHTTP_VERSION_MAJOR 0 |
The current major version. More... | |
#define | ZEROEQHTTP_VERSION_MINOR 9 |
The current minor version. More... | |
#define | ZEROEQHTTP_VERSION_PATCH 0 |
The current patch level. More... | |
#define | ZEROEQHTTP_VERSION_REVISION 0xad9c8b5 |
The current SCM revision. More... | |
#define | ZEROEQHTTP_VERSION_ABI 9ull |
The current binary interface. More... | |
#define | ZEROEQHTTP_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | ZEROEQHTTP_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | ZEROEQHTTP_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | ZEROEQHTTP_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 ZeroEQHTTP.
Definition in file http/version.h.
#define ZEROEQHTTP_VERSION_ABI 9ull |
The current binary interface.
Definition at line 29 of file http/version.h.
#define ZEROEQHTTP_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
Definition at line 38 of file http/version.h.
#define ZEROEQHTTP_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
Definition at line 32 of file http/version.h.
#define ZEROEQHTTP_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
Definition at line 50 of file http/version.h.
#define ZEROEQHTTP_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
Definition at line 44 of file http/version.h.
#define ZEROEQHTTP_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file http/version.h.
Referenced by zeroeqhttp::Version::check().
#define ZEROEQHTTP_VERSION_MINOR 9 |
The current minor version.
Definition at line 20 of file http/version.h.
Referenced by zeroeqhttp::Version::check().
#define ZEROEQHTTP_VERSION_PATCH 0 |
The current patch level.
Definition at line 23 of file http/version.h.
#define ZEROEQHTTP_VERSION_REVISION 0xad9c8b5 |
The current SCM revision.
Definition at line 26 of file http/version.h.