neurolots
0.3.5
NeuroLOTs
|
Defines version macros and class for library nlrender. More...
Go to the source code of this file.
Classes | |
class | nlrender::Version |
Information about the current nlrender version. More... | |
Namespaces | |
nlrender | |
Copyright (c) 2015-2017 VG-Lab/URJC. | |
Macros | |
#define | NLRENDER_VERSION_MAJOR 0 |
The current major version. More... | |
#define | NLRENDER_VERSION_MINOR 3 |
The current minor version. More... | |
#define | NLRENDER_VERSION_PATCH 5 |
The current patch level. More... | |
#define | NLRENDER_VERSION_REVISION 0x6af81ca |
The current SCM revision. More... | |
#define | NLRENDER_VERSION_ABI 4ull |
The current binary interface. More... | |
#define | NLRENDER_VERSION_STRING "0.3.5" |
The current major.minor.version as a string. More... | |
#define | NLRENDER_REV_STRING "0.3.5.0x6af81ca" |
The current major.minor.version.revision as a string. More... | |
#define | NLRENDER_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | NLRENDER_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | NLRENDER_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | NLRENDER_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 nlrender.
Definition in file nlrender/version.h.
#define NLRENDER_REV_STRING "0.3.5.0x6af81ca" |
The current major.minor.version.revision as a string.
Definition at line 36 of file nlrender/version.h.
#define NLRENDER_VERSION_ABI 4ull |
The current binary interface.
Definition at line 29 of file nlrender/version.h.
#define NLRENDER_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
Definition at line 46 of file nlrender/version.h.
#define NLRENDER_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
Definition at line 40 of file nlrender/version.h.
#define NLRENDER_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
Definition at line 58 of file nlrender/version.h.
#define NLRENDER_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
Definition at line 52 of file nlrender/version.h.
#define NLRENDER_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file nlrender/version.h.
Referenced by nlrender::Version::check().
#define NLRENDER_VERSION_MINOR 3 |
The current minor version.
Definition at line 20 of file nlrender/version.h.
Referenced by nlrender::Version::check().
#define NLRENDER_VERSION_PATCH 5 |
The current patch level.
Definition at line 23 of file nlrender/version.h.
#define NLRENDER_VERSION_REVISION 0x6af81ca |
The current SCM revision.
Definition at line 26 of file nlrender/version.h.
#define NLRENDER_VERSION_STRING "0.3.5" |
The current major.minor.version as a string.
Definition at line 32 of file nlrender/version.h.