neurolots
0.3.5
NeuroLOTs
|
Defines version macros and class for library nlgenerator. More...
Go to the source code of this file.
Classes | |
class | nlgenerator::Version |
Information about the current nlgenerator version. More... | |
Namespaces | |
nlgenerator | |
Copyright (c) 2015-2017 VG-Lab/URJC. | |
Macros | |
#define | NLGENERATOR_VERSION_MAJOR 0 |
The current major version. More... | |
#define | NLGENERATOR_VERSION_MINOR 3 |
The current minor version. More... | |
#define | NLGENERATOR_VERSION_PATCH 5 |
The current patch level. More... | |
#define | NLGENERATOR_VERSION_REVISION 0x6af81ca |
The current SCM revision. More... | |
#define | NLGENERATOR_VERSION_ABI 4ull |
The current binary interface. More... | |
#define | NLGENERATOR_VERSION_STRING "0.3.5" |
The current major.minor.version as a string. More... | |
#define | NLGENERATOR_REV_STRING "0.3.5.0x6af81ca" |
The current major.minor.version.revision as a string. More... | |
#define | NLGENERATOR_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | NLGENERATOR_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | NLGENERATOR_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | NLGENERATOR_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 nlgenerator.
Definition in file nlgenerator/version.h.
#define NLGENERATOR_REV_STRING "0.3.5.0x6af81ca" |
The current major.minor.version.revision as a string.
Definition at line 36 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_ABI 4ull |
The current binary interface.
Definition at line 29 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
Definition at line 46 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
Definition at line 40 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
Definition at line 58 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
Definition at line 52 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file nlgenerator/version.h.
Referenced by nlgenerator::Version::check().
#define NLGENERATOR_VERSION_MINOR 3 |
The current minor version.
Definition at line 20 of file nlgenerator/version.h.
Referenced by nlgenerator::Version::check().
#define NLGENERATOR_VERSION_PATCH 5 |
The current patch level.
Definition at line 23 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_REVISION 0x6af81ca |
The current SCM revision.
Definition at line 26 of file nlgenerator/version.h.
#define NLGENERATOR_VERSION_STRING "0.3.5" |
The current major.minor.version as a string.
Definition at line 32 of file nlgenerator/version.h.