7#include <memcore/Terminator.hpp>
25 enum class CreationMode
32 H5File(
const std::string&filename, CreationMode, std::string&Error);
41 void flush(Scope=global);
Definition H++/H5File.hpp:13
H5File(hid_t FileID)
Create a H5File object and takes over ownership of the HDF5 identifier.
Base class for groups, datasets and named datatypes.
Definition H++/H5Object.hpp:122