This is the complete list of members for xtd::guid, including all inherited members.
| compare_to(const guid &value) const noexcept override | xtd::guid | virtual |
| empty | xtd::guid | static |
| equals(const guid &g) const noexcept override | xtd::guid | 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 |
| guid()=default | xtd::guid | |
| guid(const std::vector< xtd::byte > &data) | xtd::guid | explicit |
| guid(const std::initializer_list< xtd::byte > &data) | xtd::guid | explicit |
| guid(int32 a, int16 b, int16 c, const std::vector< xtd::byte > &d) | xtd::guid | explicit |
| guid(uint32 a, uint16 b, uint16 c, const std::vector< xtd::byte > &d) | xtd::guid | explicit |
| guid(int32 a, int16 b, int16 c, xtd::byte d, xtd::byte e, xtd::byte f, xtd::byte g, xtd::byte h, xtd::byte i, xtd::byte j, xtd::byte k) noexcept | xtd::guid | |
| guid(uint32 a, uint16 b, uint16 c, xtd::byte d, xtd::byte e, xtd::byte f, xtd::byte g, xtd::byte h, xtd::byte i, xtd::byte j, xtd::byte k) noexcept | xtd::guid | |
| guid(const ustring &guid) | xtd::guid | explicit |
| memberwise_clone() const noexcept | 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 |