|
DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
|
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(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::SemanticVersion | explicit |