|
HighFive 2.10.1
HighFive - Header-only C++ HDF5 interface
|
#include "../H5Easy.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | H5Easy |
Functions | |
| size_t | H5Easy::getSize (const File &file, const std::string &path) |
| std::vector< size_t > | H5Easy::getShape (const File &file, const std::string &path) |
| template<class T > | |
| DataSet | H5Easy::dump (File &file, const std::string &path, const T &data, const DumpOptions &options) |
| template<class T > | |
| DataSet | H5Easy::dump (File &file, const std::string &path, const T &data, DumpMode mode) |
| template<class T > | |
| DataSet | H5Easy::dump (File &file, const std::string &path, const T &data, const std::vector< size_t > &idx, const DumpOptions &options) |
| template<class T > | |
| DataSet | H5Easy::dump (File &file, const std::string &path, const T &data, const std::initializer_list< size_t > &idx, const DumpOptions &options) |
| template<class T > | |
| DataSet | H5Easy::dump (File &file, const std::string &path, const T &data, const std::vector< size_t > &idx) |
| template<class T > | |
| DataSet | H5Easy::dump (File &file, const std::string &path, const T &data, const std::initializer_list< size_t > &idx) |
| template<class T > | |
| T | H5Easy::load (const File &file, const std::string &path, const std::vector< size_t > &idx) |
| template<class T > | |
| T | H5Easy::load (const File &file, const std::string &path) |
| template<class T > | |
| Attribute | H5Easy::dumpAttribute (File &file, const std::string &path, const std::string &key, const T &data, DumpMode mode) |
| template<class T > | |
| Attribute | H5Easy::dumpAttribute (File &file, const std::string &path, const std::string &key, const T &data, const DumpOptions &options) |
| template<class T > | |
| T | H5Easy::loadAttribute (const File &file, const std::string &path, const std::string &key) |