Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#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 collection::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)> |