hops
Namespaces | Functions
H5Easy_misc.hpp File Reference
#include "../H5Easy.hpp"
Include dependency graph for H5Easy_misc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 H5Easy
 
 H5Easy::detail
 

Functions

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)