Classes | |
| struct | WriteInfo |
Functions | |
| void | Initialize () |
| void | Finalize () |
| bool | UseAsyncOut () |
| WriteInfo | GetWriteInfo (int rank) |
| void | Submit (std::function< void()> &&a_f) |
| void | Submit (std::function< void()> const &a_f) |
| void | Finish () |
| void | Wait () |
| void | Notify () |
| void amrex::AsyncOut::Finalize | ( | ) |
| void amrex::AsyncOut::Finish | ( | ) |
| WriteInfo amrex::AsyncOut::GetWriteInfo | ( | int | rank | ) |
| void amrex::AsyncOut::Initialize | ( | ) |
| void amrex::AsyncOut::Notify | ( | ) |
| void amrex::AsyncOut::Submit | ( | std::function< void()> && | a_f | ) |
| void amrex::AsyncOut::Submit | ( | std::function< void()> const & | a_f | ) |
| bool amrex::AsyncOut::UseAsyncOut | ( | ) |
| void amrex::AsyncOut::Wait | ( | ) |