|
nsol
0.4.1
Nsol - Neuroscience Objects Library
|
Defines version macros and class for library nsol. 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 | nsol::Version |
| Information about the current nsol version. More... | |
Macros | |
| #define | NSOL_VERSION_MAJOR 0 |
| The current major version. More... | |
| #define | NSOL_VERSION_MINOR 4 |
| The current minor version. More... | |
| #define | NSOL_VERSION_PATCH 1 |
| The current patch level. More... | |
| #define | NSOL_VERSION_REVISION 0xa8dbd26 |
| The current SCM revision. More... | |
| #define | NSOL_VERSION_ABI 4ull |
| The current binary interface. More... | |
| #define | NSOL_VERSION_STRING "0.4.1" |
| The current major.minor.version as a string. More... | |
| #define | NSOL_REV_STRING "0.4.1.0xa8dbd26" |
| The current major.minor.version.revision as a string. More... | |
| #define | NSOL_VERSION_GT(MAJOR, MINOR, PATCH) |
| True if the current version is newer than the given one. More... | |
| #define | NSOL_VERSION_GE(MAJOR, MINOR, PATCH) |
| True if the current version is equal or newer to the given. More... | |
| #define | NSOL_VERSION_LT(MAJOR, MINOR, PATCH) |
| True if the current version is older than the given one. More... | |
| #define | NSOL_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 nsol.
Definition in file version.h.
| #define NSOL_REV_STRING "0.4.1.0xa8dbd26" |
| #define NSOL_VERSION_ABI 4ull |
| #define NSOL_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is equal or newer to the given.
| #define NSOL_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is newer than the given one.
| #define NSOL_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older or equal to the given.
| #define NSOL_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older than the given one.
| #define NSOL_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by nsol::Version::check().
| #define NSOL_VERSION_MINOR 4 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by nsol::Version::check().
| #define NSOL_VERSION_REVISION 0xa8dbd26 |