xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::version, including all inherited members.
build() const noexcept | xtd::version | |
compare_to(const object &version) const noexcept override | xtd::version | virtual |
compare_to(const version &version) const noexcept override | xtd::version | virtual |
equals(const object &obj) const noexcept | xtd::object | virtual |
equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
get_hash_code() 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::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 | |
version(int32_t major, int32_t minor) | xtd::version | |
version(int32_t major, int32_t minor, int32_t build) | xtd::version | |
version(int32_t major, int32_t minor, int32_t build, int32_t revision) | xtd::version |