Servus
1.5.1
C++ network oriented utilities including a zeroconf implementation
|
Defines version macros and class for library Servus. More...
Go to the source code of this file.
Classes | |
class | servus::Version |
Information about the current Servus version. More... | |
Macros | |
#define | SERVUS_VERSION_MAJOR 1 |
The current major version. More... | |
#define | SERVUS_VERSION_MINOR 5 |
The current minor version. More... | |
#define | SERVUS_VERSION_PATCH 1 |
The current patch level. More... | |
#define | SERVUS_VERSION_REVISION 0x6998512 |
The current SCM revision. More... | |
#define | SERVUS_VERSION_ABI 5ull |
The current binary interface. More... | |
#define | SERVUS_VERSION_GT(MAJOR, MINOR, PATCH) |
True if the current version is newer than the given one. More... | |
#define | SERVUS_VERSION_GE(MAJOR, MINOR, PATCH) |
True if the current version is equal or newer to the given. More... | |
#define | SERVUS_VERSION_LT(MAJOR, MINOR, PATCH) |
True if the current version is older than the given one. More... | |
#define | SERVUS_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 Servus.
Definition in file version.h.
#define SERVUS_VERSION_ABI 5ull |
#define SERVUS_VERSION_GE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is equal or newer to the given.
#define SERVUS_VERSION_GT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is newer than the given one.
#define SERVUS_VERSION_LE | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older or equal to the given.
#define SERVUS_VERSION_LT | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) |
True if the current version is older than the given one.
#define SERVUS_VERSION_MAJOR 1 |
The current major version.
Definition at line 17 of file version.h.
Referenced by servus::Version::check().
#define SERVUS_VERSION_MINOR 5 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by servus::Version::check().