Arbiter
Dependency manager library that supports decentralization
|
This is the complete list of members for ArbiterSemanticVersion, including all inherited members.
_buildMetadata | ArbiterSemanticVersion | |
_major | ArbiterSemanticVersion | |
_minor | ArbiterSemanticVersion | |
_patch | ArbiterSemanticVersion | |
_prereleaseVersion | ArbiterSemanticVersion | |
ArbiterSemanticVersion(unsigned major, unsigned minor, unsigned patch, Arbiter::Optional< std::string > prereleaseVersion=Arbiter::Optional< std::string >(), Arbiter::Optional< std::string > buildMetadata=Arbiter::Optional< std::string >()) | ArbiterSemanticVersion | |
clone() const override | ArbiterSemanticVersion | virtual |
describe(std::ostream &os) const override | ArbiterSemanticVersion | virtual |
fromString(const std::string &versionString) | ArbiterSemanticVersion | static |
operator!=(const Base &other) const | Arbiter::Base | |
operator<(const ArbiterSemanticVersion &other) const noexcept | ArbiterSemanticVersion | |
operator<=(const ArbiterSemanticVersion &other) const noexcept | ArbiterSemanticVersion | |
operator==(const Arbiter::Base &other) const override | ArbiterSemanticVersion | virtual |
operator>(const ArbiterSemanticVersion &other) const noexcept | ArbiterSemanticVersion | |
operator>=(const ArbiterSemanticVersion &other) const noexcept | ArbiterSemanticVersion | |
~Base() noexcept(false) | Arbiter::Base | virtual |