h5cpp
0.6.0
A modern C++ wrapper for the HDF5 C library
|
This is the complete list of members for hdf5::attribute::Attribute, including all inherited members.
Attribute(ObjectHandle &&handle, const node::Link &parent_link) | hdf5::attribute::Attribute | |
Attribute()=default | hdf5::attribute::Attribute | |
close() | hdf5::attribute::Attribute | |
dataspace() const | hdf5::attribute::Attribute | |
datatype() const | hdf5::attribute::Attribute | |
is_valid() const | hdf5::attribute::Attribute | |
name() const | hdf5::attribute::Attribute | |
operator hid_t() const | hdf5::attribute::Attribute | inline |
parent_link() const noexcept | hdf5::attribute::Attribute | |
read(T &data) const | hdf5::attribute::Attribute | |
read(T &data, const datatype::Datatype &mem_type) const | hdf5::attribute::Attribute | |
write(const T &data) const | hdf5::attribute::Attribute | |
write(const char *data) const | hdf5::attribute::Attribute | |
write(const std::initializer_list< T > &list) const | hdf5::attribute::Attribute | inline |
write(const T &data, const datatype::Datatype &mem_type) const | hdf5::attribute::Attribute | |
write(const char *data, const datatype::Datatype &mem_type) const | hdf5::attribute::Attribute |