|
TRIQS/h5 2.0.0
C++ interface to HDF5
|
#include "./group.hpp"#include <hdf5.h>#include <hdf5_hl.h>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Functions | |
| void | h5::h5_read_attribute (object obj, std::string const &name, std::string &s) |
| Read a string from an HDF5 attribute into a std::string. | |
| void | h5::h5_write_attribute (object obj, std::string const &name, std::string const &s) |
| Write a std::string to an HDF5 attribute. | |
| void | h5::read_hdf5_format_from_key (group g, std::string const &key, std::string &s) |
| Read an hdf5_format tag from an HDF5 attribute with the name 'Format'. | |