![]() |
h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
|
Public Types | |
using | type_no_const = typename std::remove_const<T>::type |
using | elem_type = typename details::inspector<type_no_const>::base_type |
using | char_array_t = typename details::type_char_array<type_no_const>::type |
Public Member Functions | |
BufferInfo (const DataType &dtype) | |
Public Attributes | |
const bool | is_fixed_len_string |
const size_t | n_dimensions |
const DataType | data_type |
Static Public Attributes | |
static constexpr bool | is_char_array = ! std::is_same<char_array_t, void>::value |