Ditto 1.1.3
Public Attributes | List of all members
ditto::SingleDocumentLiveQueryWithNextSignalEventHandler Struct Reference

A thin wrapper around a function that will get called when there are updates relating to a live query associated with a single document that has an associated function to call when the next event is ready to be delivered. More...

#include <LiveQuery.hpp>

Public Attributes

std::function< void(std::shared_ptr< Document >, SingleDocumentLiveQueryEvent, std::function< void()> &)> fn
 

Detailed Description

A thin wrapper around a function that will get called when there are updates relating to a live query associated with a single document that has an associated function to call when the next event is ready to be delivered.