DuxReiNummariae 1.0.0-alpha.23
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()drn::updating::SemanticVersion
SemanticVersion(std::uint8_t major, std::uint8_t minor, std::uint8_t patch, std::optional<::QString > preRelease=std::nullopt, std::optional<::QString > buildMetadata=std::nullopt)drn::updating::SemanticVersion
SemanticVersion(const ::QString &version)drn::updating::SemanticVersionexplicit