Apache Mesos
|
This is the complete list of members for Version, including all inherited members.
build | Version | |
majorVersion | Version | |
minorVersion | Version | |
operator!=(const Version &other) const | Version | inline |
operator<(const Version &other) const | Version | inline |
operator<<(std::ostream &stream, const Version &version) | Version | friend |
operator<=(const Version &other) const | Version | inline |
operator==(const Version &other) const | Version | inline |
operator>(const Version &other) const | Version | inline |
operator>=(const Version &other) const | Version | inline |
parse(const std::string &input) | Version | inlinestatic |
patchVersion | Version | |
prerelease | Version | |
Version(uint32_t _majorVersion, uint32_t _minorVersion, uint32_t _patchVersion, const std::vector< std::string > &_prerelease={}, const std::vector< std::string > &_build={}) | Version | inline |