Realm C++ SDK Version v2.2.0
Public Member Functions | Friends | List of all members

realm::internal::bridge::uuid Struct Reference

Public Member Functions

 uuid (const uuid &other)=default
 
uuidoperator= (const uuid &other)=default
 
 uuid (uuid &&other)=default
 
uuidoperator= (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
 

Friends

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: