Template Function h5pp::hdf5::getTypeInfo(const h5x&, std::string_view, std::string_view, std::optional<bool>, std::optional<bool>, const hid::h5p&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “h5pp::hdf5::getTypeInfo” with arguments (const h5x&, std::string_view, std::string_view, std::optional<bool>, std::optional<bool>, const hid::h5p&) in doxygen xml output for project “h5pp” from directory: ./doxyoutput/xml. Potential matches:

- TypeInfo getTypeInfo(const hid::h5a &attribute)
- TypeInfo getTypeInfo(const hid::h5d &dataset)
- TypeInfo getTypeInfo(std::optional<std::string> objectPath, std::optional<std::string> objectName, const hid::h5s &h5Space, const hid::h5t &h5Type)
- template<typename h5x, typename = h5pp::type::sfinae::enable_if_is_h5_loc<h5x>> TypeInfo getTypeInfo(const h5x &loc, std::string_view dsetName, std::optional<bool> dsetExists = std::nullopt, const hid::h5p &dsetAccess = H5P_DEFAULT)
- template<typename h5x, typename = h5pp::type::sfinae::enable_if_is_h5_loc<h5x>> TypeInfo getTypeInfo(const h5x &loc, std::string_view linkPath, std::string_view attrName, std::optional<bool> linkExists = std::nullopt, std::optional<bool> attrExists = std::nullopt, const hid::h5p &linkAccess = H5P_DEFAULT)