Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
hyperapi::HyperServiceVersion Struct Referencefinal

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.
 

Detailed Description

A Hyper Service version number of the form 'major.minor'.

Definition at line 15 of file HyperServiceVersion.hpp.

Member Function Documentation

◆ toString()

std::string hyperapi::HyperServiceVersion::toString ( )
inline

Get the string representation of the version number.

Returns
the HyperServiceVersion in the 'major.minor' format.

Definition at line 29 of file HyperServiceVersion.hpp.

Member Data Documentation

◆ major

uint32_t hyperapi::HyperServiceVersion::major

The major part of the version number.

Definition at line 19 of file HyperServiceVersion.hpp.

◆ minor

uint32_t hyperapi::HyperServiceVersion::minor

The minor part of the version number.

Definition at line 23 of file HyperServiceVersion.hpp.


The documentation for this struct was generated from the following file: