| ZeroBuf
    0.3.0
    Zero-copy, zero-serialize, zero-hassle protocol buffers | 
Defines version macros and class for library ZeroBuf. More...
 Include dependency graph for version.h:
 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 3 | 
| The current minor version.  More... | |
| #define | ZEROBUF_VERSION_PATCH 0 | 
| The current patch level.  More... | |
| #define | ZEROBUF_VERSION_REVISION 0x346c1b5 | 
| The current SCM revision.  More... | |
| #define | ZEROBUF_VERSION_ABI 2 | 
| 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 2 | 
| #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 3 | 
The current minor version.
Definition at line 20 of file version.h.
Referenced by zerobuf::Version::check().