Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
dictionary_collection_change (std::vector< std::string > &&i, std::vector< std::string > &&m, std::vector< std::string > &&d, bool c) | |
bool | empty () const noexcept |
Public Attributes | |
std::vector< std::string > | insertions |
std::vector< std::string > | modifications |
std::vector< std::string > | deletions |
bool | collection_root_was_deleted = false |