DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
Loading...
Searching...
No Matches
drn::updating::SemanticVersion Member List

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

buildMetadata() const noexceptdrn::updating::SemanticVersion
major() const noexceptdrn::updating::SemanticVersion
minor() const noexceptdrn::updating::SemanticVersion
operator!=(const SemanticVersion &other) const noexcept=defaultdrn::updating::SemanticVersion
operator<<(std::ostream &out, const SemanticVersion &sv)drn::updating::SemanticVersionfriend
operator<=>(const SemanticVersion &other) const noexceptdrn::updating::SemanticVersion
operator==(const SemanticVersion &other) const noexceptdrn::updating::SemanticVersion
patch() const noexceptdrn::updating::SemanticVersion
preRelease() const noexceptdrn::updating::SemanticVersion
SemanticVersion(std::uint8_t major=0u, std::uint8_t minor=0u, std::uint8_t patch=0u, std::optional<::QString > preRelease=std::nullopt, std::optional<::QString > buildMetadata=std::nullopt)drn::updating::SemanticVersion
SemanticVersion(const ::QString &version)drn::updating::SemanticVersionexplicit