23 #include "openPMD/config.hpp" 24 #include "openPMD/IO/AbstractIOHandler.hpp" 39 std::shared_ptr< AbstractIOHandler >
55 std::shared_ptr< AbstractIOHandler >
AccessType
File access mode to use during IO.
Definition: AccessType.hpp:28
Format
File format to use during IO.
Definition: Format.hpp:30
Public definitions of openPMD-api.
Definition: Date.cpp:28
std::shared_ptr< AbstractIOHandler > createIOHandler(std::string path, AccessType accessTypeBackend, Format format, MPI_Comm comm)
Construct an appropriate specific IOHandler for the desired IO mode that may be MPI-aware.
Definition: AbstractIOHandlerHelper.cpp:35