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

Go to the source code of this file.

Classes

class  transactions
 The transactions object is used to initiate a transaction. More...
 

Namespaces

namespace  couchbase
 Represents a single item from the result of collection::scan()
 
namespace  couchbase::transactions
 

Typedefs

using txn_logic = std::function<error(std::shared_ptr<attempt_context>)>
 
using async_txn_logic = std::function<error(std::shared_ptr<async_attempt_context>)>
 
using async_txn_complete_logic = std::function<void(error, transaction_result)>