|
TRIQS/h5 1.3.0
C++ interface to HDF5
|
| h5 | |
| stl | |
| array.hpp | Provides functions to read/write std::array objects from/to HDF5 |
| map.hpp | Provides functions to read/write std::map objects from/to HDF5 |
| optional.hpp | Provides functions to read/write std::optional objects from/to HDF5 |
| pair.hpp | Provides functions to read/write std::pair objects from/to HDF5 |
| string.cpp | Implementation details for stl/string.hpp |
| string.hpp | Provides functions to read/write std::string, char* and h5::char_buf objects from/to HDF5 |
| tuple.hpp | Provides functions to read/write std::tuple object from/to HDF5 |
| variant.hpp | Provides functions to read/write std::variant object from/to HDF5 |
| vector.cpp | Implementation details for stl/vector.hpp |
| vector.hpp | Provides functions to read/write std::vector objects from/to HDF5 |
| array_interface.cpp | Implementation details for array_interface.hpp |
| array_interface.hpp | Provides a generic interface to read/write n-dimensional arrays from/to HDF5 |
| complex.hpp | Provides a compound type and type traits for complex numbers |
| file.cpp | Implementation details for file.hpp |
| file.hpp | Provides a handle to an HDF5 file |
| format.cpp | Implementation details for format.hpp |
| format.hpp | Provides utilities for reading and writing hdf5_format tags |
| generic.hpp | Provides a generic interface for reading/writing data from/to various HDF5 objects |
| group.cpp | Implementation details for group.hpp |
| group.hpp | Provides a handle to an HDF5 group and various methods to simplify the creation/opening of subgroups, datasets and softlinks within a group |
| h5.hpp | Includes all relevant h5 headers |
| macros.hpp | Macros used in the h5 library |
| object.cpp | Implementation details for object.hpp |
| object.hpp | Provides a generic handle for HDF5 objects |
| scalar.hpp | Provides a generic interface to read/write scalars from/to HDF5 |
| serialization.hpp | Provides generic serialize and deserialize functions for types that can be read/written from/to HDF5 |
| utils.hpp | Provides some utility functions for h5 |