Hyper API for C++ 0.0.20027
Hyper client library for C++ applications
|
A Hyper Service version number of the form 'major.minor'. More...
#include <HyperServiceVersion.hpp>
Public Member Functions | |
std::string | toString () |
Get the string representation of the version number. | |
Public Attributes | |
uint32_t | major |
The major part of the version number. | |
uint32_t | minor |
The minor part of the version number. | |
A Hyper Service version number of the form 'major.minor'.
Definition at line 15 of file HyperServiceVersion.hpp.
|
inline |
Get the string representation of the version number.
Definition at line 29 of file HyperServiceVersion.hpp.
uint32_t hyperapi::HyperServiceVersion::major |
The major part of the version number.
Definition at line 19 of file HyperServiceVersion.hpp.
uint32_t hyperapi::HyperServiceVersion::minor |
The minor part of the version number.
Definition at line 23 of file HyperServiceVersion.hpp.