Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
collection_change_set (const collection_change_set &other) | |
collection_change_set & | operator= (const collection_change_set &other) |
collection_change_set (collection_change_set &&other) | |
collection_change_set & | operator= (collection_change_set &&other) |
collection_change_set (const CollectionChangeSet &) | |
operator CollectionChangeSet () const | |
index_set | deletions () const |
index_set | modifications () const |
index_set | insertions () const |
std::unordered_map< int64_t, index_set > | columns () const |
bool | empty () const |
bool | collection_root_was_deleted () const |