Function amici::hdf5::attribute_exists(H5::H5Object const&, std::string const&)
Defined in File hdf5.h
Function Documentation
-
bool amici::hdf5::attribute_exists(H5::H5Object const &object, std::string const &attributeName)
Check whether an attribute with the given name exists on the given object.
- Parameters:
object – An HDF5 object
attributeName – Name of the attribute of interest
- Returns:
trueif attribute exists,falseotherwise