Lexis
1.0.0
Vocabulary of events and shared objects for BBP and HBP software
|
Defines version macros and class for library Lexis. More...
Go to the source code of this file.
Classes | |
class | lexis::Version |
Information about the current Lexis version. More... | |
Macros | |
#define | LEXIS_VERSION_MAJOR 1 |
The current major version. More... | |
#define | LEXIS_VERSION_MINOR 0 |
The current minor version. More... | |
#define | LEXIS_VERSION_PATCH 0 |
The current patch level. More... | |
#define | LEXIS_VERSION_REVISION 0x638840b |
The current SCM revision. More... | |
#define | LEXIS_VERSION_ABI 1 |
The current binary interface. More... | |
#define | LEXIS_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | LEXIS_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | LEXIS_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | LEXIS_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 Lexis.
Definition in file version.h.
#define LEXIS_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
#define LEXIS_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
#define LEXIS_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
#define LEXIS_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
#define LEXIS_VERSION_MAJOR 1 |
The current major version.
Definition at line 17 of file version.h.
Referenced by lexis::Version::check().
#define LEXIS_VERSION_MINOR 0 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by lexis::Version::check().