APIVersion The API versioning class. The API version is consisted by major, minor, patch and the commit id. Example:
More...
#include <tn_api_version.h>
APIVersion The API versioning class. The API version is consisted by major, minor, patch and the commit id. Example:
- 1.2.10.d21bc6 Compatibility:
- major : the major version change is incompatible.
- minor : the minor version change is source compatible.
- patch and commit id : the match version change is ABI compatible.
Definition at line 35 of file tn_api_version.h.
◆ APIVersion() [1/3]
tn::ehp::APIVersion::APIVersion |
( |
const std::string & |
major, |
|
|
const std::string & |
minor, |
|
|
const std::string |
patch |
|
) |
| |
|
inline |
◆ ~APIVersion()
tn::ehp::APIVersion::~APIVersion |
( |
| ) |
|
|
inline |
◆ APIVersion() [2/3]
tn::ehp::APIVersion::APIVersion |
( |
const APIVersion && |
| ) |
|
|
delete |
◆ APIVersion() [3/3]
◆ getVersion()
std::string tn::ehp::APIVersion::getVersion |
( |
| ) |
const |
|
inline |
◆ m_major
std::string tn::ehp::APIVersion::m_major |
|
private |
◆ m_minor
std::string tn::ehp::APIVersion::m_minor |
|
private |
◆ m_patch
std::string tn::ehp::APIVersion::m_patch |
|
private |
The documentation for this class was generated from the following file: