This is the complete list of members for xtd::version, including all inherited members.
| build() const noexcept | xtd::version | |
| compare_to(const version &version) const noexcept override | xtd::version | virtual |
| equals(const version &v) const noexcept override | xtd::version | virtual |
| xtd::object::equals(const object &obj) const noexcept | xtd::object | |
| xtd::object::equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| major() const noexcept | xtd::version | |
| major_revision() const noexcept | xtd::version | |
| memberwise_clone() const noexcept | xtd::object | inline |
| minor() const noexcept | xtd::version | |
| minor_revision() const noexcept | xtd::version | |
| object()=default | xtd::object | |
| parse(const xtd::ustring &input) | xtd::version | static |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| revision() const noexcept | xtd::version | |
| to_string() const noexcept override | xtd::version | virtual |
| to_string(size_t field_count) const | xtd::version | |
| try_parse(const xtd::ustring &input, version &result) noexcept | xtd::version | static |
| version() noexcept=default | xtd::version | |
| version(const xtd::ustring &version) | xtd::version | explicit |
| version(int32 major, int32 minor) | xtd::version | |
| version(int32 major, int32 minor, int32 build) | xtd::version | |
| version(int32 major, int32 minor, int32 build, int32 revision) | xtd::version |