9#ifndef H5ITERABLE_MISC_HPP
10#define H5ITERABLE_MISC_HPP
26 : names(my_names), err(NULL) {}
28 std::vector<std::string>& names;
31 inline void throwIfError() {
38template <
typename InfoType>
39inline herr_t internal_h5gt_iterate(
40 hid_t ,
const char* name,
const InfoType* ,
void* op_data) {
43 data->names.emplace_back(name);
Exception specific to h5gt Object interface.
Definition H5Exception.hpp:75
Definition H5Iterables_misc.hpp:24