9 #ifndef H5ITERABLE_MISC_HPP 10 #define H5ITERABLE_MISC_HPP 16 #include "../H5Exception.hpp" 18 #include <H5Ipublic.h> 30 std::vector<std::string>&
names;
40 template <
typename InfoType>
42 const InfoType* info,
void* op_data) {
48 data->
names.push_back(name);
60 #endif // H5ITERABLE_MISC_HPP std::vector< std::string > & names
herr_t internal_high_five_iterate(hid_t id, const char *name, const InfoType *info, void *op_data)
Exception specific to HighFive Object interface.
HighFiveIterateData(std::vector< std::string > &my_names)