|
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 (internal::ParsedFlushParams &) 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) | |
| std::future< void > | flush (internal::FlushParams const &) |
| Process operations in queue according to FIFO. More... | |
| virtual std::string | backendName () const =0 |
| The currently used backend. | |
Additional Inherited Members | |
Public Attributes inherited from openPMD::AbstractIOHandler | |
| std::string const | directory |
| Access const | m_backendAccess |
| Access const | m_frontendAccess |
| internal::SeriesStatus | m_seriesStatus = internal::SeriesStatus::Default |
| std::queue< IOTask > | m_work |
Dummy handler without any IO operations.
1.8.13