118 template <
typename T>
119 void read(T& array)
const;
139 template <
typename T>
161 template <
typename T>
181 template <
typename T>
182 void write(
const T& value);
207 template <
typename T>
230 template <
typename T>
247 return details::get_plist<AttributeCreateProps>(*
this, H5Aget_create_plist);
281#if HIGHFIVE_HAS_FRIEND_DECLARATIONS
282 template <
typename Derivate>
283 friend class ::HighFive::AnnotateTraits;
286 friend Attribute detail::make_attribute(hid_t);
290inline Attribute make_attribute(hid_t hid) {
Class representing an Attribute of a DataSet or Group.
Definition H5Attribute.hpp:47
DataSpace getSpace() const
Get a copy of the DataSpace of the current Attribute.
Definition H5Attribute_misc.hpp:51
DataType getDataType() const
Get the DataType of the Attribute.
Definition H5Attribute_misc.hpp:45
void read_raw(T *array, const DataType &mem_datatype) const
Read the attribute into a pre-allocated buffer.
Definition H5Attribute_misc.hpp:111
std::string getName() const
Get the name of the current Attribute.
Definition H5Attribute_misc.hpp:32
static const ObjectType type
Definition H5Attribute.hpp:49
T read() const
Get the value of the Attribute.
Definition H5Attribute_misc.hpp:62
Attribute reshapeMemSpace(const std::vector< size_t > &dims) const
Return a Attribute with a simple memspace with dims.
Definition H5Attribute_misc.hpp:175
DataSpace getMemSpace() const
Get the memory DataSpace of the current Attribute.
Definition H5Attribute_misc.hpp:57
void write(const T &value)
Write the value into the Attribute.
Definition H5Attribute_misc.hpp:127
Attribute squeezeMemSpace(const std::vector< size_t > &axes) const
Return an Attribute with axes squeezed from the memspace.
Definition H5Attribute_misc.hpp:166
void write_raw(const T *buffer, const DataType &mem_datatype)
Write from a raw pointer.
Definition H5Attribute_misc.hpp:154
size_t getStorageSize() const
The number of bytes required to store the attribute in the HDF5 file.
Definition H5Attribute_misc.hpp:37
AttributeCreateProps getCreatePropertyList() const
The create property list used for this attribute.
Definition H5Attribute.hpp:246
Class representing the space (dimensions) of a DataSet.
Definition H5DataSpace.hpp:39
HDF5 Data Type.
Definition H5DataType.hpp:61
Definition H5Object.hpp:35
Object()
Definition H5Object_misc.hpp:19
Definition H5Path_traits.hpp:16
HDF5 property Lists.
Definition H5PropertyList.hpp:158
Definition assert_compatible_spaces.hpp:15
ObjectType
Enum of the types of objects (H5O api)
Definition H5Object.hpp:24