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

realm::internal::bridge::object_id Struct Reference

Public Member Functions

 object_id (const object_id &other)=default
 
object_idoperator= (const object_id &other)=default
 
 object_id (object_id &&other)=default
 
object_idoperator= (object_id &&other)=default
 
 object_id (const ObjectId &)
 
 object_id (const std::string &)
 
 object_id (const struct ::realm::object_id &)
 
 operator ObjectId () const
 
 operator::realm::object_id () const
 
std::string to_string () const
 

Static Public Member Functions

static object_id generate ()
 

Friends

bool operator== (const object_id &, const object_id &)
 
bool operator!= (const object_id &, const object_id &)
 
bool operator> (const object_id &, const object_id &)
 
bool operator< (const object_id &, const object_id &)
 
bool operator>= (const object_id &, const object_id &)
 
bool operator<= (const object_id &, const object_id &)
 

The documentation for this struct was generated from the following files: