Ignition Math

API Reference

6.4.0
SemanticVersion Member List

This is the complete list of members for SemanticVersion, including all inherited members.

Build() constSemanticVersion
Major() constSemanticVersion
Minor() constSemanticVersion
operator!=(const SemanticVersion &_other) constSemanticVersion
operator<(const SemanticVersion &_other) constSemanticVersion
operator<<(std::ostream &_out, const SemanticVersion &_v)SemanticVersionfriend
operator<=(const SemanticVersion &_other) constSemanticVersion
operator=(const SemanticVersion &_other)SemanticVersion
operator==(const SemanticVersion &_other) constSemanticVersion
operator>(const SemanticVersion &_other) constSemanticVersion
operator>=(const SemanticVersion &_other) constSemanticVersion
Parse(const std::string &_versionStr)SemanticVersion
Patch() constSemanticVersion
Prerelease() constSemanticVersion
SemanticVersion()SemanticVersion
SemanticVersion(const std::string &_v)SemanticVersionexplicit
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() constSemanticVersion
~SemanticVersion()SemanticVersion