Execution::Transaction Struct Reference

Public Member Functions

 Transaction (const Context &ctx) noexcept
 
 Transaction (Transaction &&other) noexcept
 
Transactionoperator= (Transaction &&other) noexcept
 
void reserve (std::size_t sz) noexcept
 
bool empty () const noexcept
 
template<typename T >
void push_back (T &&t) noexcept
 
void run_all ()
 
void run_all_in_exec ()
 

Public Attributes

const Contextcontext
 
std::vector< ExecutionCommand > commands
 

The documentation for this struct was generated from the following file: