Ditto 4.6.0
Loading...
Searching...
No Matches
ditto::Store Member List

This is the complete list of members for ditto::Store, including all inherited members.

collection(std::string name) constditto::Store
collections() constditto::Store
execute(std::string query, nlohmann::json query_args=nullptr)ditto::Store
fetch_attachment(std::shared_ptr< AttachmentToken > token, AttachmentFetcherEventHandler event_handler) constditto::Store
fetch_attachment(std::unordered_map< std::string, any > map, AttachmentFetcherEventHandler event_handler) constditto::Store
get_attachment_fetchers() constditto::Store
get_disk_usage() constditto::Store
new_attachment(std::string path, std::map< std::string, std::string > metadata=std::map< std::string, std::string >()) constditto::Store
observersditto::Store
register_observer(std::string query, StoreObservationHandler change_handler)ditto::Store
register_observer(std::string query, nlohmann::json query_args, StoreObservationHandler change_handler)ditto::Store
register_observer(std::string query, StoreObservationHandlerWithNextSignal change_handler)ditto::Store
register_observer(std::string query, nlohmann::json query_args, StoreObservationHandlerWithNextSignal change_handler)ditto::Store
Store() (defined in ditto::Store)ditto::Store
write(std::function< void(WriteTransaction &)> fn) constditto::Store