|
h5cpp
0.6.1
A modern C++ wrapper for the HDF5 C library
|
#include <cstdint>#include <vector>#include <h5cpp/core/types.hpp>#include <h5cpp/dataspace/type_trait.hpp>#include <h5cpp/datatype/type_trait.hpp>

Go to the source code of this file.
Classes | |
| class | hdf5::ArrayAdapter< T > |
| adapter for C-style arrays More... | |
| class | hdf5::dataspace::TypeTrait< ArrayAdapter< T > > |
| dataspace type trait for adapters More... | |
Namespaces | |
| hdf5 | |
| top-level namespace of the entire library | |
| hdf5::datatype | |
| hdf5::dataspace | |
Functions | |
| template<typename T > | |
| Dimensions | hdf5::get_dimensions (const ArrayAdapter< T > adapter) |
| get dimensions for an array adapter instance More... | |