Template Function h5pp::hdf5::getAttributeNames(const h5x&, std::string_view, std::optional<bool>, const hid::h5p&)¶
Defined in File h5ppHdf5.h
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “h5pp::hdf5::getAttributeNames” with arguments (const h5x&, std::string_view, std::optional<bool>, const hid::h5p&) in doxygen xml output for project “h5pp” from directory: ./doxyoutput/xml. Potential matches:
- template<typename h5x, typename = h5pp::type::sfinae::enable_if_is_h5_link<h5x>> std::vector<std::string> getAttributeNames(const h5x &link)
- template<typename h5x, typename = h5pp::type::sfinae::enable_if_is_h5_loc<h5x>> std::vector<std::string> getAttributeNames(const h5x &loc, std::string_view linkPath, std::optional<bool> linkExists = std::nullopt, const hid::h5p &linkAccess = H5P_DEFAULT)