CppWAMP
C++11 client library for the WAMP protocol
|
Contains version information on the CppWAMP library. More...
Go to the source code of this file.
Classes | |
struct | wamp::Version |
Bundles the major, minor, and patch version numbers. More... | |
Namespaces | |
wamp | |
Macros | |
#define | CPPWAMP_MAJOR_VERSION 0 |
Major version with incompatible API changes. | |
#define | CPPWAMP_MINOR_VERSION 10 |
Minor version with functionality added in a backwards-compatible manner. | |
#define | CPPWAMP_PATCH_VERSION 0 |
Patch version for backwards-compatible bug fixes. | |
#define | CPPWAMP_VERSION |
Integer version number, computed as (major*10000) + (minor*100) + patch | |
Contains version information on the CppWAMP library.