|
TRIQS/h5 1.3.0
C++ interface to HDF5
|
#include "./format.hpp"#include "./group.hpp"#include "./object.hpp"#include "./stl/string.hpp"#include <stdexcept>#include <string>Implementation details for format.hpp.
Definition in file format.cpp.
Go to the source code of this file.
Functions | |
| void | h5::assert_hdf5_format_as_string (object obj, const char *tag_expected, bool ignore_if_absent=false) |
| Assert that the hdf5_format tag attached to the given object is the same as the given tag. | |
| std::string | h5::read_hdf5_format (object obj) |
| Read an hdf5_format tag from an HDF5 attribute with the name 'Format'. | |
| void | h5::read_hdf5_format (object obj, std::string &s) |
| Read an hdf5_format tag from an HDF5 attribute with the name 'Format'. | |
| 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'. | |