This is the complete list of members for drn::updating::SemanticVersion, including all inherited members.
buildMetadata() const noexcept | drn::updating::SemanticVersion | |
major() const noexcept | drn::updating::SemanticVersion | |
minor() const noexcept | drn::updating::SemanticVersion | |
operator!=(const SemanticVersion &other) const noexcept=default | drn::updating::SemanticVersion | |
operator<<(std::ostream &out, const SemanticVersion &sv) | drn::updating::SemanticVersion | friend |
operator<=>(const SemanticVersion &other) const noexcept | drn::updating::SemanticVersion | |
operator==(const SemanticVersion &other) const noexcept | drn::updating::SemanticVersion | |
patch() const noexcept | drn::updating::SemanticVersion | |
preRelease() const noexcept | drn::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::SemanticVersion | explicit |