|
ZeroBuf
0.1.0
ZeroBuf is a replacement for FlatBuffers
|
Defines version macros and class for library ZeroBufRender. More...
Include dependency graph for render/version.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | zerobufrender::Version |
| Information about the current ZeroBufRender version. More... | |
Macros | |
| #define | ZEROBUFRENDER_VERSION_MAJOR 0 |
| The current major version. More... | |
| #define | ZEROBUFRENDER_VERSION_MINOR 1 |
| The current minor version. More... | |
| #define | ZEROBUFRENDER_VERSION_PATCH 0 |
| The current patch level. More... | |
| #define | ZEROBUFRENDER_VERSION_REVISION 0x3385a50 |
| The current SCM revision. More... | |
| #define | ZEROBUFRENDER_VERSION_ABI 1 |
| The current binary interface. More... | |
| #define | ZEROBUFRENDER_VERSION_GT(MAJOR, MINOR, PATCH) |
| True if the current version is newer than the given one. More... | |
| #define | ZEROBUFRENDER_VERSION_GE(MAJOR, MINOR, PATCH) |
| True if the current version is equal or newer to the given. More... | |
| #define | ZEROBUFRENDER_VERSION_LT(MAJOR, MINOR, PATCH) |
| True if the current version is older than the given one. More... | |
| #define | ZEROBUFRENDER_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 ZeroBufRender.
Definition in file render/version.h.
| #define ZEROBUFRENDER_VERSION_ABI 1 |
The current binary interface.
Definition at line 29 of file render/version.h.
| #define ZEROBUFRENDER_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is equal or newer to the given.
Definition at line 38 of file render/version.h.
| #define ZEROBUFRENDER_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is newer than the given one.
Definition at line 32 of file render/version.h.
| #define ZEROBUFRENDER_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older or equal to the given.
Definition at line 50 of file render/version.h.
| #define ZEROBUFRENDER_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older than the given one.
Definition at line 44 of file render/version.h.
| #define ZEROBUFRENDER_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file render/version.h.
Referenced by zerobufrender::Version::check().
| #define ZEROBUFRENDER_VERSION_MINOR 1 |
The current minor version.
Definition at line 20 of file render/version.h.
Referenced by zerobufrender::Version::check().
| #define ZEROBUFRENDER_VERSION_PATCH 0 |
The current patch level.
Definition at line 23 of file render/version.h.
| #define ZEROBUFRENDER_VERSION_REVISION 0x3385a50 |
The current SCM revision.
Definition at line 26 of file render/version.h.