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::guid, including all inherited members.
compare_to(const object &obj) const noexcept override | xtd::guid | virtual |
compare_to(const guid &value) const noexcept override | xtd::guid | virtual |
empty | xtd::guid | static |
equals(const object &g) const noexcept override | xtd::guid | virtual |
equals(const guid &g) const noexcept override | xtd::guid | virtual |
xtd::object::equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
get_hash_code() const noexcept | xtd::object | virtual |
guid()=default | xtd::guid | |
guid(const std::vector< byte_t > &data) | xtd::guid | explicit |
guid(const std::initializer_list< byte_t > &data) | xtd::guid | explicit |
guid(int32_t a, int32_t b, int32_t c, const std::vector< byte_t > &d) | xtd::guid | explicit |
guid(int32_t a, int16_t b, int16_t c, byte_t d, byte_t e, byte_t f, byte_t g, byte_t h, byte_t i, byte_t j, byte_t k) noexcept | xtd::guid | |
guid(uint32_t a, uint16_t b, uint16_t c, byte_t d, byte_t e, byte_t f, byte_t g, byte_t h, byte_t i, byte_t j, byte_t k) noexcept | xtd::guid | |
guid(const ustring &guid) | xtd::guid | |
memberwise_clone() const | xtd::object | inline |
new_guid() noexcept | xtd::guid | static |
object()=default | xtd::object | |
reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
to_byte_array() const noexcept | xtd::guid | |
to_string() const noexcept override | xtd::guid | virtual |
to_string(ustring format) const | xtd::guid |