| Servus
    1.4.0
    C++ network oriented utilities including a zeroconf implementation | 
Defines version macros and class for library ServusQt. More...
 Include dependency graph for qt/version.h:
 Include dependency graph for qt/version.h:Go to the source code of this file.
| Classes | |
| class | servusqt::Version | 
| Information about the current ServusQt version.  More... | |
| Macros | |
| #define | SERVUSQT_VERSION_MAJOR 1 | 
| The current major version.  More... | |
| #define | SERVUSQT_VERSION_MINOR 4 | 
| The current minor version.  More... | |
| #define | SERVUSQT_VERSION_PATCH 0 | 
| The current patch level.  More... | |
| #define | SERVUSQT_VERSION_REVISION 0x72cd578 | 
| The current SCM revision.  More... | |
| #define | SERVUSQT_VERSION_ABI 4 | 
| The current binary interface.  More... | |
| #define | SERVUSQT_VERSION_GT(MAJOR, MINOR, PATCH) | 
| True if the current version is newer than the given one.  More... | |
| #define | SERVUSQT_VERSION_GE(MAJOR, MINOR, PATCH) | 
| True if the current version is equal or newer to the given.  More... | |
| #define | SERVUSQT_VERSION_LT(MAJOR, MINOR, PATCH) | 
| True if the current version is older than the given one.  More... | |
| #define | SERVUSQT_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 ServusQt.
Definition in file qt/version.h.
| #define SERVUSQT_VERSION_ABI 4 | 
The current binary interface.
Definition at line 29 of file qt/version.h.
| #define SERVUSQT_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is equal or newer to the given.
Definition at line 38 of file qt/version.h.
| #define SERVUSQT_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is newer than the given one.
Definition at line 32 of file qt/version.h.
| #define SERVUSQT_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is older or equal to the given.
Definition at line 50 of file qt/version.h.
| #define SERVUSQT_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) | 
True if the current version is older than the given one.
Definition at line 44 of file qt/version.h.
| #define SERVUSQT_VERSION_MAJOR 1 | 
The current major version.
Definition at line 17 of file qt/version.h.
Referenced by servusqt::Version::check().
| #define SERVUSQT_VERSION_MINOR 4 | 
The current minor version.
Definition at line 20 of file qt/version.h.
Referenced by servusqt::Version::check().
| #define SERVUSQT_VERSION_PATCH 0 | 
The current patch level.
Definition at line 23 of file qt/version.h.
| #define SERVUSQT_VERSION_REVISION 0x72cd578 | 
The current SCM revision.
Definition at line 26 of file qt/version.h.