|
Ditto 5.0.0
|
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) 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 | |
| get_observers() const | ditto::Store | |
| new_attachment(std::string path, std::map< std::string, std::string > metadata=std::map< std::string, std::string >()) const | ditto::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::Store | inline |
| transaction_returning(const std::function< T(Transaction &)> &fn) | ditto::Store | inline |
| ~Store()=default (defined in ditto::Store) | ditto::Store |