|
FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Defines version macros and class for library FiReS. 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 | fires::Version |
| Information about the current FiReS version. More... | |
Macros | |
| #define | FIRES_VERSION_MAJOR 0 |
| The current major version. More... | |
| #define | FIRES_VERSION_MINOR 2 |
| The current minor version. More... | |
| #define | FIRES_VERSION_PATCH 0 |
| The current patch level. More... | |
| #define | FIRES_VERSION_REVISION 0x3cdaf43 |
| The current SCM revision. More... | |
| #define | FIRES_VERSION_ABI 5 |
| The current binary interface. More... | |
| #define | FIRES_VERSION_GT(MAJOR, MINOR, PATCH) |
| True if the current version is newer than the given one. More... | |
| #define | FIRES_VERSION_GE(MAJOR, MINOR, PATCH) |
| True if the current version is equal or newer to the given. More... | |
| #define | FIRES_VERSION_LT(MAJOR, MINOR, PATCH) |
| True if the current version is older than the given one. More... | |
| #define | FIRES_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 FiReS.
Definition in file version.h.
| #define FIRES_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is equal or newer to the given.
| #define FIRES_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is newer than the given one.
| #define FIRES_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older or equal to the given.
| #define FIRES_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older than the given one.
| #define FIRES_VERSION_MAJOR 0 |
The current major version.
Definition at line 17 of file version.h.
Referenced by fires::Version::check().
| #define FIRES_VERSION_MINOR 2 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by fires::Version::check().