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 |
equals(const object &obj) const noexcept | xtd::version | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::version | inlinestatic |
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 | xtd::object | inline |
minor() const noexcept | xtd::version | |
minor_revision() const noexcept | xtd::version | |
object()=default | xtd::object | |
parse(const xtd::string &input) | xtd::version | static |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
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::string &input, version &result) noexcept | xtd::version | static |
version() noexcept=default | xtd::version | |
version(const xtd::string &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 |