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

realm::internal::bridge::set Struct Reference

Public Member Functions

 set (const set &other)
 
setoperator= (const set &other)
 
 set (set &&other)
 
setoperator= (set &&other)
 
 set (const object_store::Set &)
 
 operator object_store::Set () const
 
 set (const realm &realm, const obj &obj, const col_key &)
 
mixed get_any (const size_t &i) const
 
obj get_obj (const size_t &i) const
 
size_t size () const
 
void remove_all ()
 
table get_table () const
 
std::pair< size_t, bool > insert (const std::string &)
 
std::pair< size_t, bool > insert (const int64_t &)
 
std::pair< size_t, bool > insert (const double &)
 
std::pair< size_t, bool > insert (const bool &)
 
std::pair< size_t, bool > insert (const binary &)
 
std::pair< size_t, bool > insert (const uuid &)
 
std::pair< size_t, bool > insert (const object_id &)
 
std::pair< size_t, bool > insert (const mixed &)
 
std::pair< size_t, bool > insert (const obj_key &)
 
std::pair< size_t, bool > insert (const timestamp &)
 
void remove (const int64_t &)
 
void remove (const bool &)
 
void remove (const double &)
 
void remove (const std::string &)
 
void remove (const uuid &)
 
void remove (const object_id &)
 
void remove (const mixed &)
 
void remove (const timestamp &)
 
void remove (const binary &)
 
void remove (const obj_key &)
 
size_t find (const int64_t &)
 
size_t find (const bool &)
 
size_t find (const double &)
 
size_t find (const std::string &)
 
size_t find (const uuid &)
 
size_t find (const object_id &)
 
size_t find (const mixed &)
 
size_t find (const timestamp &)
 
size_t find (const binary &)
 
size_t find (const obj_key &)
 
notification_token add_notification_callback (std::shared_ptr< collection_change_callback >)
 

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