|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Version, including all inherited members.
| isValid() const | Version | |
| major() const | Version | |
| minor() const | Version | |
| operator bool() const | Version | explicit |
| operator std::uint32_t() const | Version | |
| operator<=>(const Version &other) const | Version | |
| operator==(const Version &other) const | Version | |
| patch() const | Version | |
| toString() const | Version | |
| toWord() const | Version | |
| Version() | Version | |
| Version(int major, int minor, int patch=0) | Version | |
| Version(const char *s) | Version | |
| Version(const String &s) | Version | |
| Version(std::uint32_t x) | Version | explicit |