|
hops
|
#include <H5ReadWrite_misc.hpp>

Public Types | |
| using | type_no_const = typename std::remove_const< T >::type |
| using | elem_type = typename details::type_of_array< type_no_const >::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 |
| using HighFive::details::BufferInfo< T >::char_array_t = typename details::type_char_array<type_no_const>::type |
| using HighFive::details::BufferInfo< T >::elem_type = typename details::type_of_array<type_no_const>::type |
| using HighFive::details::BufferInfo< T >::type_no_const = typename std::remove_const<T>::type |
| HighFive::details::BufferInfo< T >::BufferInfo | ( | const DataType & | dtype | ) |
| const DataType HighFive::details::BufferInfo< T >::data_type |
|
staticconstexpr |
| const bool HighFive::details::BufferInfo< T >::is_fixed_len_string |
| const size_t HighFive::details::BufferInfo< T >::n_dimensions |
1.8.17