|
ZeroBuf
0.5.0
Zero-copy, zero-serialize, zero-hassle protocol buffers
|
Defines version macros and class for library ZeroBuf. More...
Include dependency graph for version.h:Go to the source code of this file.
Classes | |
| class | zerobuf::Version |
| Information about the current ZeroBuf version. More... | |
Namespaces | |
| zerobuf | |
| Zero-copy, zero-serialize, zero-hassle protocol buffers. | |
Macros | |
| #define | ZEROBUF_VERSION_MAJOR 0 |
| The current major version. More... | |
| #define | ZEROBUF_VERSION_MINOR 5 |
| The current minor version. More... | |
| #define | ZEROBUF_VERSION_PATCH 0 |
| The current patch level. More... | |
| #define | ZEROBUF_VERSION_REVISION 0x96e793d |
| The current SCM revision. More... | |
| #define | ZEROBUF_VERSION_ABI 4ull |
| The current binary interface. More... | |
| #define | ZEROBUF_VERSION_GT(MAJOR, MINOR, PATCH) |
| True if the current version is newer than the given one. More... | |
| #define | ZEROBUF_VERSION_GE(MAJOR, MINOR, PATCH) |
| True if the current version is equal or newer to the given. More... | |
| #define | ZEROBUF_VERSION_LT(MAJOR, MINOR, PATCH) |
| True if the current version is older than the given one. More... | |
| #define | ZEROBUF_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 ZeroBuf.
Definition in file version.h.
| #define ZEROBUF_VERSION_ABI 4ull |
| #define ZEROBUF_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is equal or newer to the given.
| #define ZEROBUF_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is newer than the given one.
| #define ZEROBUF_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older or equal to the given.
| #define ZEROBUF_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older than the given one.
| #define ZEROBUF_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by zerobuf::Version::check().
| #define ZEROBUF_VERSION_MINOR 5 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by zerobuf::Version::check().