openPMD-api
|
Dummy handler without any IO operations. More...
#include <DummyIOHandler.hpp>
Public Member Functions | |
DummyIOHandler (std::string, Access) | |
void | enqueue (IOTask const &) override |
No-op consistent with the IOHandler interface to enable library use without IO. | |
std::future< void > | flush () override |
No-op consistent with the IOHandler interface to enable library use without IO. | |
![]() | |
AbstractIOHandler (std::string path, Access at, MPI_Comm) | |
AbstractIOHandler (std::string path, Access at) | |
virtual std::string | backendName () const =0 |
The currently used backend. | |
Additional Inherited Members | |
![]() | |
const std::string | directory |
const Access | m_backendAccess |
const Access | m_frontendAccess |
std::queue< IOTask > | m_work |
FlushLevel | m_flushLevel = FlushLevel::InternalFlush |
Dummy handler without any IO operations.