6 #ifndef ECHELON_HDF5_UTILITY_HPP 7 #define ECHELON_HDF5_UTILITY_HPP 9 #include <echelon/hdf5/object.hpp> 19 enum class object_type
27 object_type get_object_type(hid_t obj_id);
29 object_type get_object_type_by_name(
const object& loc,
const std::string& name);
31 bool exists(
const object& loc,
const std::string& name);
echelon's core namespace
Definition: attribute.cpp:10