Realm C++ SDK Version v2.2.0
Public Member Functions | Public Attributes | List of all members

realm::collection_callback_wrapper Struct Reference

Inheritance diagram for realm::collection_callback_wrapper:
realm::internal::bridge::collection_change_callback

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
 

Member Function Documentation

◆ after()

void realm::collection_callback_wrapper::after ( internal::bridge::collection_change_set const &  changes)
inlinefinalvirtual

◆ before()

void realm::collection_callback_wrapper::before ( const realm::internal::bridge::collection_change_set )
inlinefinalvirtual

The documentation for this struct was generated from the following file: