|
| uuid (const uuid &other)=default |
|
uuid & | operator= (const uuid &other)=default |
|
| uuid (uuid &&other)=default |
|
uuid & | operator= (uuid &&other)=default |
|
| uuid (const UUID &) |
|
| uuid (const std::string &) |
|
| uuid (const std::array< uint8_t, 16 > &) |
|
| uuid (const struct ::realm::uuid &) |
|
| operator UUID () const |
|
| operator::realm::uuid () const |
|
std::string | to_string () const |
|
std::string | to_base64 () const |
|
std::array< uint8_t, 16 > | to_bytes () const |
|
|
bool | operator== (const uuid &, const uuid &) |
|
bool | operator!= (const uuid &, const uuid &) |
|
bool | operator> (const uuid &, const uuid &) |
|
bool | operator< (const uuid &, const uuid &) |
|
bool | operator>= (const uuid &, const uuid &) |
|
bool | operator<= (const uuid &, const uuid &) |
|
The documentation for this struct was generated from the following files:
- include/cpprealm/internal/bridge/uuid.hpp
- src/cpprealm/internal/bridge/uuid.cpp