| 
    Lunchbox
    1.17.0
    
   Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs. 
   | 
 
Defines version macros and class for library Lunchbox. More...
 Include dependency graph for version.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | lunchbox::Version | 
| Information about the current Lunchbox version.  More... | |
Namespaces | |
| lunchbox | |
| Abstraction layer and common utilities for multi-threaded programming.  | |
Macros | |
| #define | LUNCHBOX_VERSION_MAJOR 1 | 
| The current major version.  More... | |
| #define | LUNCHBOX_VERSION_MINOR 17 | 
| The current minor version.  More... | |
| #define | LUNCHBOX_VERSION_PATCH 0 | 
| The current patch level.  More... | |
| #define | LUNCHBOX_VERSION_REVISION 0x3231f29 | 
| The current SCM revision.  More... | |
| #define | LUNCHBOX_VERSION_ABI 10ull | 
| The current binary interface.  More... | |
| #define | LUNCHBOX_VERSION_STRING "1.17.0" | 
| The current major.minor.version as a string.  More... | |
| #define | LUNCHBOX_REV_STRING "1.17.0.0x3231f29" | 
| The current major.minor.version.revision as a string.  More... | |
| #define | LUNCHBOX_VERSION_GT(MAJOR, MINOR, PATCH) | 
| True if the current version is newer than the given one.  More... | |
| #define | LUNCHBOX_VERSION_GE(MAJOR, MINOR, PATCH) | 
| True if the current version is equal or newer to the given.  More... | |
| #define | LUNCHBOX_VERSION_LT(MAJOR, MINOR, PATCH) | 
| True if the current version is older than the given one.  More... | |
| #define | LUNCHBOX_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 Lunchbox.
Definition in file version.h.
| #define LUNCHBOX_REV_STRING "1.17.0.0x3231f29" | 
| #define LUNCHBOX_VERSION_ABI 10ull | 
| #define LUNCHBOX_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is equal or newer to the given.
| #define LUNCHBOX_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is newer than the given one.
| #define LUNCHBOX_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is older or equal to the given.
| #define LUNCHBOX_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is older than the given one.
| #define LUNCHBOX_VERSION_MAJOR 1 | 
The current major version.
Definition at line 17 of file version.h.
Referenced by lunchbox::Version::check().
| #define LUNCHBOX_VERSION_MINOR 17 | 
The current minor version.
Definition at line 20 of file version.h.
Referenced by lunchbox::Version::check().
| #define LUNCHBOX_VERSION_REVISION 0x3231f29 |