![]() |
Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
object (const object &other) | |
object & | operator= (const object &other) |
object (object &&other) | |
object & | operator= (object &&other) |
object (const Object &) | |
object (const realm &realm, const obj &obj) | |
object (const realm &realm, const obj_link &link) | |
operator Object () const | |
obj | get_obj () const |
realm | get_realm () const |
bool | is_valid () const |
notification_token | add_notification_callback (std::shared_ptr< collection_change_callback > &&cb) |
object_schema | get_object_schema () const |
list | get_list (const col_key &) const |
dictionary | get_dictionary (const col_key &) const |