Typedefs | |
using | Func = std::function< void()> |
using | FuncQue = std::vector< Func > |
Functions | |
void | QueueReduction (Func f) |
void | EvalReduction () |
void | Finalize () |
Variables | |
FuncQue | reduction_queue |
using amrex::Lazy::Func = typedef std::function<void()> |
using amrex::Lazy::FuncQue = typedef std::vector<Func> |
void amrex::Lazy::EvalReduction | ( | ) |
void amrex::Lazy::Finalize | ( | ) |
void amrex::Lazy::QueueReduction | ( | Func | f | ) |
FuncQue amrex::Lazy::reduction_queue |