This is the complete list of members for xtd::version, including all inherited members.
| build() const noexcept -> xtd::int32 | xtd::version | |
| compare_to(const xtd::version &version) const noexcept -> xtd::int32 override | xtd::version | virtual |
| equals(const object &obj) const noexcept -> bool override | xtd::version | virtual |
| equals(const version &v) const noexcept -> bool override | xtd::version | virtual |
| xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| from_uint64(xtd::uint64 value) noexcept -> version | xtd::version | static |
| get_hash_code() const noexcept -> xtd::usize override | xtd::version | virtual |
| get_type() const noexcept -> type_object | xtd::object | virtual |
| major() const noexcept -> xtd::int32 | xtd::version | |
| major_revision() const noexcept -> xtd::int16 | xtd::version | |
| memberwise_clone() const -> xtd::unique_ptr_object< object_t > | xtd::object | |
| minor() const noexcept -> xtd::int32 | xtd::version | |
| minor_revision() const noexcept -> xtd::int16 | xtd::version | |
| object()=default | xtd::object | |
| parse(const xtd::string &input) -> version | xtd::version | static |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool | xtd::object | inlinestatic |
| revision() const noexcept -> xtd::int32 | xtd::version | |
| to_string() const noexcept -> xtd::string override | xtd::version | virtual |
| to_string(xtd::usize field_count) const -> xtd::string | xtd::version | |
| to_uint64() const -> xtd::uint64 | xtd::version | |
| try_parse(const xtd::string &input, version &result) noexcept -> bool | xtd::version | static |
| version() noexcept=default | xtd::version | |
| version(const xtd::string &version) | xtd::version | explicit |
| version(xtd::int32 major, xtd::int32 minor) | xtd::version | |
| version(xtd::int32 major, xtd::int32 minor, xtd::int32 build) | xtd::version | |
| version(xtd::int32 major, xtd::int32 minor, xtd::int32 build, xtd::int32 revision) | xtd::version |