Arbiter
Dependency manager library that supports decentralization
ArbiterSemanticVersion Member List

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

_buildMetadataArbiterSemanticVersion
_majorArbiterSemanticVersion
_minorArbiterSemanticVersion
_patchArbiterSemanticVersion
_prereleaseVersionArbiterSemanticVersion
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 overrideArbiterSemanticVersionvirtual
describe(std::ostream &os) const overrideArbiterSemanticVersionvirtual
fromString(const std::string &versionString)ArbiterSemanticVersionstatic
operator!=(const Base &other) constArbiter::Base
operator<(const ArbiterSemanticVersion &other) const noexceptArbiterSemanticVersion
operator<=(const ArbiterSemanticVersion &other) const noexceptArbiterSemanticVersion
operator==(const Arbiter::Base &other) const overrideArbiterSemanticVersionvirtual
operator>(const ArbiterSemanticVersion &other) const noexceptArbiterSemanticVersion
operator>=(const ArbiterSemanticVersion &other) const noexceptArbiterSemanticVersion
~Base() noexcept(false)Arbiter::Basevirtual