|
Collage
1.2.1
High-performance C++ library for developing object-oriented distributed applications.
|
Defines version macros and class for library Collage. 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 | co::Version |
| Information about the current Collage version. More... | |
Namespaces | |
| co | |
| Object-oriented network library. | |
Macros | |
| #define | CO_VERSION_MAJOR 1 |
| The current major version. More... | |
| #define | CO_VERSION_MINOR 2 |
| The current minor version. More... | |
| #define | CO_VERSION_PATCH 1 |
| The current patch level. More... | |
| #define | CO_VERSION_REVISION 0x0511b3f |
| The current SCM revision. More... | |
| #define | CO_VERSION_ABI 3 |
| The current binary interface. More... | |
| #define | CO_VERSION_GT(MAJOR, MINOR, PATCH) |
| True if the current version is newer than the given one. More... | |
| #define | CO_VERSION_GE(MAJOR, MINOR, PATCH) |
| True if the current version is equal or newer to the given. More... | |
| #define | CO_VERSION_LT(MAJOR, MINOR, PATCH) |
| True if the current version is older than the given one. More... | |
| #define | CO_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 Collage.
Definition in file version.h.
| #define CO_VERSION_ABI 3 |
| #define CO_VERSION_GE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is equal or newer to the given.
| #define CO_VERSION_GT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is newer than the given one.
| #define CO_VERSION_LE | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older or equal to the given.
| #define CO_VERSION_LT | ( | MAJOR, | |
| MINOR, | |||
| PATCH | |||
| ) |
True if the current version is older than the given one.
| #define CO_VERSION_MAJOR 1 |
The current major version.
Definition at line 17 of file version.h.
Referenced by co::Version::check().
| #define CO_VERSION_MINOR 2 |
The current minor version.
Definition at line 20 of file version.h.
Referenced by co::Version::check().