h5cpp  0.5.1
A modern C++ wrapper for the HDF5 C library
array_adapter.hpp File Reference
#include <cstdint>
#include <vector>
#include <h5cpp/core/types.hpp>
#include <h5cpp/dataspace/type_trait.hpp>
#include <h5cpp/datatype/type_trait.hpp>
Include dependency graph for array_adapter.hpp:
This graph shows which files directly or indirectly include this file:

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...