Couchbase C++ SDK 1.1.0 (rev. effbd6e)
|
#include <couchbase/transactions/transaction_get_multi_options.hxx>
#include <couchbase/transactions/transaction_get_multi_replicas_from_preferred_server_group_options.hxx>
#include <couchbase/transactions/transaction_get_multi_replicas_from_preferred_server_group_result.hxx>
#include <couchbase/transactions/transaction_get_multi_replicas_from_preferred_server_group_spec.hxx>
#include <couchbase/transactions/transaction_get_multi_result.hxx>
#include <couchbase/transactions/transaction_get_multi_spec.hxx>
#include <couchbase/transactions/transaction_get_result.hxx>
#include <couchbase/transactions/transaction_query_options.hxx>
#include <couchbase/transactions/transaction_query_result.hxx>
Go to the source code of this file.
Classes | |
class | async_attempt_context |
The async_attempt_context is used for all asynchronous transaction operations. More... | |
Namespaces | |
namespace | couchbase |
Represents a single item from the result of scan() | |
namespace | couchbase::transactions |
Typedefs | |
using | async_result_handler = std::function<void(error, transaction_get_result)> |
using | async_query_handler = std::function<void(error, transaction_query_result)> |
using | async_err_handler = std::function<void(error)> |