7template <
typename Derivate>
10 const std::string& attr_name,
16template <
typename Derivate>
19 const std::string& attr_name,
29template <
typename Derivate>
32 .def(
"createAttribute", &ext::createAttribute_wrap1<Derivate>,
36 "create a new attribute with the name attr_name")
37 .def(
"createAttribute", &ext::createAttribute_wrap2<Derivate>,
43 "let you delete an attribute by its name.")
46 "open an existing attribute with the name attr_name")
48 "return the number of attributes of the object")
50 "list all attribute name of the object")
53 "open an existing attribute with the name attr_name");
Definition H5Annotate_traits.hpp:19
Attribute createAttribute(const std::string &attr_name, const DataSpace &space, const DataType &type)
create a new attribute with the name attr_name
Definition H5Annotate_traits_misc.hpp:25
Class representing an attribute of a dataset or group.
Definition H5Attribute.hpp:22
Class representing the space (dimensions) of a dataset.
Definition H5DataSpace.hpp:37
HDF5 Data Type.
Definition H5DataType.hpp:48