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

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

execute(std::string query, nlohmann::json query_arguments=nullptr)ditto::Store
execute_transaction(const TransactionOptions &options, const std::function< void(Transaction &)> &fn)ditto::Store
execute_transaction(const std::function< void(Transaction &)> &fn)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
get_observers() constditto::Store
new_attachment(std::string path, std::map< std::string, std::string > metadata=std::map< std::string, std::string >()) constditto::Store
operator=(const Store &other)=default (defined in ditto::Store)ditto::Store
operator=(Store &&other) noexcept=default (defined in ditto::Store)ditto::Store
register_observer(std::string query, StoreObservationHandler observation_handler)ditto::Store
register_observer(std::string query, nlohmann::json query_arguments, StoreObservationHandler observation_handler)ditto::Store
register_observer(std::string query, StoreObservationHandlerWithSignalNext change_handler)ditto::Store
register_observer(std::string query, nlohmann::json query_args, StoreObservationHandlerWithSignalNext change_handler)ditto::Store
Store()=delete (defined in ditto::Store)ditto::Store
Store(const Store &other)=default (defined in ditto::Store)ditto::Store
Store(Store &&other) noexcept=default (defined in ditto::Store)ditto::Store
transaction(const TransactionOptions &options, const std::function< TransactionCompletionAction(Transaction &)> &fn)ditto::Store
transaction(const std::function< TransactionCompletionAction(Transaction &)> &fn)ditto::Store
transaction_returning(const TransactionOptions &options, const std::function< T(Transaction &)> &fn)ditto::Storeinline
transaction_returning(const std::function< T(Transaction &)> &fn)ditto::Storeinline
~Store()=default (defined in ditto::Store)ditto::Store