15 typedef H5::PredType
PT;
34 H5::EnumType btype(
sizeof(
bool));
35 btype.insert(
"TRUE", &TRUE);
36 btype.insert(
"FALSE", &FALSE);
clssses to add type traits for H5
H5::DataType get_bool_type()
We have lots of code to get around HDF5's rather weak typing.