23 #include "openPMD/IO/AbstractIOHandler.hpp" 
   24 #include "openPMD/IO/Access.hpp" 
   25 #include "openPMD/IO/IOTask.hpp" 
   46         std::future< void > 
flush() 
override;
 
  
void enqueue(IOTask const &) override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition: DummyIOHandler.cpp:33
 
std::future< void > flush() override
No-op consistent with the IOHandler interface to enable library use without IO.
Definition: DummyIOHandler.cpp:37
 
Interface for communicating between logical and physically persistent data.
Definition: AbstractIOHandler.hpp:98
 
Public definitions of openPMD-api.
Definition: Date.cpp:29
 
Dummy handler without any IO operations.
Definition: DummyIOHandler.hpp:35
 
Self-contained description of a single IO operation.
Definition: IOTask.hpp:589
 
Access
File access mode to use during IO.
Definition: Access.hpp:28