xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
xtd::guid Member List

This is the complete list of members for xtd::guid, including all inherited members.

compare_to(const object &obj) const noexcept overridextd::guidvirtual
compare_to(const guid &value) const noexcept overridextd::guidvirtual
emptyxtd::guidstatic
equals(const object &g) const noexcept overridextd::guidvirtual
equals(const guid &g) const noexcept overridextd::guidvirtual
xtd::object::equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
get_hash_code() const noexceptxtd::objectvirtual
guid()=defaultxtd::guid
guid(const std::vector< byte_t > &data)xtd::guidexplicit
guid(const std::initializer_list< byte_t > &data)xtd::guidexplicit
guid(int32_t a, int32_t b, int32_t c, const std::vector< byte_t > &d)xtd::guidexplicit
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) noexceptxtd::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) noexceptxtd::guid
guid(const ustring &guid)xtd::guid
memberwise_clone() constxtd::objectinline
new_guid() noexceptxtd::guidstatic
object()=defaultxtd::object
reference_equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
to_byte_array() const noexceptxtd::guid
to_string() const noexcept overridextd::guidvirtual
to_string(ustring format) constxtd::guid