Execution::Transaction Struct Reference
Public Member Functions | |
Transaction (const Context &ctx) noexcept | |
Transaction (Transaction &&other) noexcept | |
Transaction & | operator= (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 Context & | context |
std::vector< ExecutionCommand > | commands |
The documentation for this struct was generated from the following file: