This is the complete list of members for SemanticVersion, including all inherited members.
Build() const | SemanticVersion | |
Major() const | SemanticVersion | |
Minor() const | SemanticVersion | |
operator!=(const SemanticVersion &_other) const | SemanticVersion | |
operator<(const SemanticVersion &_other) const | SemanticVersion | |
operator<<(std::ostream &_out, const SemanticVersion &_v) | SemanticVersion | friend |
operator<=(const SemanticVersion &_other) const | SemanticVersion | |
operator=(const SemanticVersion &_other) | SemanticVersion | |
operator==(const SemanticVersion &_other) const | SemanticVersion | |
operator>(const SemanticVersion &_other) const | SemanticVersion | |
operator>=(const SemanticVersion &_other) const | SemanticVersion | |
Parse(const std::string &_versionStr) | SemanticVersion | |
Patch() const | SemanticVersion | |
Prerelease() const | SemanticVersion | |
SemanticVersion() | SemanticVersion | |
SemanticVersion(const std::string &_v) | SemanticVersion | |
SemanticVersion(const SemanticVersion &_copy) | SemanticVersion | |
SemanticVersion(const unsigned int _major, const unsigned int _minor=0, const unsigned int _patch=0, const std::string &_prerelease="", const std::string &_build="") | SemanticVersion | |
Version() const | SemanticVersion | |
~SemanticVersion() | SemanticVersion |