Go to the source code of this file.
|
| std::string | H5Easy::detail::getParentName (const std::string &path) |
| |
| void | H5Easy::detail::createGroupsToDataSet (File &file, const std::string &path) |
| | Recursively create groups in an open HDF5 file such that a DataSet can be created (see getParentName). More...
|
| |
| Exception | H5Easy::detail::error (const File &file, const std::string &path, const std::string &message) |
| |
| Exception | H5Easy::detail::dump_error (File &file, const std::string &path) |
| |
| template<class T > |
| DataSet | H5Easy::detail::initDataset (File &file, const std::string &path, const std::vector< size_t > &shape, const DumpOptions &options) |
| |
| template<class T > |
| DataSet | H5Easy::detail::initScalarDataset (File &file, const std::string &path, const T &data, const DumpOptions &options) |
| |
| template<class T > |
| Attribute | H5Easy::detail::initAttribute (File &file, const std::string &path, const std::string &key, const std::vector< size_t > &shape, const DumpOptions &options) |
| |
| template<class T > |
| Attribute | H5Easy::detail::initScalarAttribute (File &file, const std::string &path, const std::string &key, const T &data, const DumpOptions &options) |
| |