Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
dictionary_change_set (const dictionary_change_set &) | |
dictionary_change_set (dictionary_change_set &&)=default | |
dictionary_change_set & | operator= (const dictionary_change_set &) |
dictionary_change_set & | operator= (dictionary_change_set &&)=default |
Public Attributes | |
std::vector< std::string > | deletions |
std::vector< std::string > | insertions |
std::vector< std::string > | modifications |
bool | collection_root_was_deleted = false |