CppWAMP
C++11 client library for the WAMP protocol
|
Go to the documentation of this file.
7 #ifndef CPPWAMP_VERSION_HPP
8 #define CPPWAMP_VERSION_HPP
19 #define CPPWAMP_MAJOR_VERSION 0
22 #define CPPWAMP_MINOR_VERSION 10
25 #define CPPWAMP_PATCH_VERSION 0
28 #define CPPWAMP_VERSION \
29 (CPPWAMP_MAJOR_VERSION * 10000 + \
30 CPPWAMP_MINOR_VERSION * 100 + \
31 CPPWAMP_PATCH_VERSION)
62 static std::string toString();
65 static std::string agentString();
70 #ifndef CPPWAMP_COMPILED_LIB
71 #include "./internal/version.ipp"
74 #endif // CPPWAMP_VERSION_HPP
int patch
Patch version for backwards-compatible bug fixes.
Definition: version.hpp:52
Bundles the major, minor, and patch version numbers.
Definition: version.hpp:43
Defines macros related to exporting/importing APIs.
int minor
Minor version with functionality added in a backwards-compatible manner.
Definition: version.hpp:49
int major
Major version with incompatible API changes.
Definition: version.hpp:46
Definition: anyhandler.hpp:36
@ integer
For Variant::Int.