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