|
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. | |
Public Member Functions inherited from openPMD::AbstractIOHandler | |
| 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 | |
Public Attributes inherited from openPMD::AbstractIOHandler | |
| 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.
1.8.17