#include <version.hpp>
Version::Version |
( |
uint32_t |
_majorVersion, |
|
|
uint32_t |
_minorVersion, |
|
|
uint32_t |
_patchVersion, |
|
|
const std::vector< std::string > & |
_prerelease = {} , |
|
|
const std::vector< std::string > & |
_build = {} |
|
) |
| |
|
inline |
bool Version::operator!= |
( |
const Version & |
other | ) |
const |
|
inline |
bool Version::operator< |
( |
const Version & |
other | ) |
const |
|
inline |
bool Version::operator<= |
( |
const Version & |
other | ) |
const |
|
inline |
bool Version::operator== |
( |
const Version & |
other | ) |
const |
|
inline |
bool Version::operator> |
( |
const Version & |
other | ) |
const |
|
inline |
bool Version::operator>= |
( |
const Version & |
other | ) |
const |
|
inline |
static Try<Version> Version::parse |
( |
const std::string & |
input | ) |
|
|
inlinestatic |
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Version & |
version |
|
) |
| |
|
friend |
const std::vector<std::string> Version::build |
const uint32_t Version::majorVersion |
const uint32_t Version::minorVersion |
const uint32_t Version::patchVersion |
const std::vector<std::string> Version::prerelease |
The documentation for this struct was generated from the following file: