Hyper API for C++  0.0.16638
Hyper client library for C++ applications
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. More...
 

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.


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