Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
async_attempt_context.hxx File Reference
Include dependency graph for async_attempt_context.hxx:
This graph shows which files directly or indirectly include this file:

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)>