23 #include "openPMD/IO/AbstractIOHandler.hpp" 24 #include "openPMD/config.hpp" 47 template <
typename JSON>
48 std::unique_ptr<AbstractIOHandler> createIOHandler(
52 std::string originalExtension,
72 template <
typename JSON>
73 std::unique_ptr<AbstractIOHandler> createIOHandler(
77 std::string originalExtension,
78 JSON options = JSON());
81 std::unique_ptr<AbstractIOHandler> createIOHandler(
85 std::string originalExtension);
Access
File access mode to use during IO.
Definition: Access.hpp:29
Format
File format to use during IO.
Definition: Format.hpp:29
Public definitions of openPMD-api.