| 
    chihaya
    
   Validating delayed array operations in HDF5 
   | 
 
Details about an array. More...
#include <utils_public.hpp>
Public Attributes | |
| ArrayType | type | 
| std::vector< size_t > | dimensions | 
Details about an array.
This contains the type and dimensionality of the array. The exact type representation of the array is left to the implementation; we do not make any guarantees about precision, width or signedness.
| std::vector<size_t> chihaya::ArrayDetails::dimensions | 
Dimensions of the array. Values should be non-negative.
| ArrayType chihaya::ArrayDetails::type | 
Type of the array.