TRIQS/h5 1.3.0
C++ interface to HDF5
|
#include <h5/array_interface.hpp>
Simple struct to store basic information about an HDF5 dataset.
Definition at line 41 of file array_interface.hpp.
Public Member Functions | |
int | rank () const |
Get the rank of the dataspace in the dataset. | |
Public Attributes | |
bool | has_complex_attribute |
Whether the stored values are complex. | |
v_t | lengths |
Shape of the dataspace in the dataset. | |
datatype | ty |
h5::datatype stored in the dataset. | |