Realm C++ SDK版本 v 2.2.0
|
公共成员函数 | |
uuid (const uuid &other)= 默认 | |
uuid & | 操作符= (const uuid &other)= 默认 |
uuid ( uuid && other)=default | |
uuid & | Operator= ( uuid && other)=default |
uuid (const UUID &) | |
uuid (const std::string &) | |
uuid (const std::array< uint 8 _t, 16 > &) | |
uuid (const struct :: 域::uuid &) | |
操作符 UUID () const | |
操作符:: 域::uuid () const | |
std::string | to_string () const |
std::string | to_base 64 () const |
std::array< uint 8 _t, 16 > | to_bytes () const |
好友 | |
bool | Operator== (const uuid &, const uuid &) |
bool | 操作符!= (const uuid &, const uuid &) |
bool | 操作符> (const uuid &, const uuid &) |
bool | 操作符< (const uuid &, const uuid &) |
bool | 操作符>= (const uuid &, const uuid &) |
bool | 操作符 <= (const uuid &, const uuid &) |