Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
collection_callback_wrapper (std::function< void(collection_change)> handler, bool ignoreChangesInInitialNotification) | |
void | before (const realm::internal::bridge::collection_change_set &) final |
void | after (internal::bridge::collection_change_set const &changes) final |
virtual void | before (collection_change_set const &c)=0 |
virtual void | after (collection_change_set const &c)=0 |
Public Attributes | |
std::function< void(collection_change)> | handler |
bool | ignoreChangesInInitialNotification |
|
inlinefinalvirtual |
|
inlinefinalvirtual |