Ditto 4.6.0
|
This is the complete list of members for ditto::Store, including all inherited members.
collection(std::string name) const | ditto::Store | |
collections() const | ditto::Store | |
execute(std::string query, nlohmann::json query_args=nullptr) | ditto::Store | |
fetch_attachment(std::shared_ptr< AttachmentToken > token, AttachmentFetcherEventHandler event_handler) const | ditto::Store | |
fetch_attachment(std::unordered_map< std::string, any > map, AttachmentFetcherEventHandler event_handler) const | ditto::Store | |
get_attachment_fetchers() const | ditto::Store | |
get_disk_usage() const | ditto::Store | |
new_attachment(std::string path, std::map< std::string, std::string > metadata=std::map< std::string, std::string >()) const | ditto::Store | |
observers | ditto::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) const | ditto::Store |