15 #ifndef __H5Attribute_H
16 #define __H5Attribute_H
45 H5std_string getFileName()
const;
48 ssize_t getName(
char* attr_name,
size_t buf_size = 0)
const;
49 H5std_string getName(
size_t len)
const;
50 H5std_string getName()
const;
51 ssize_t getName(H5std_string& attr_name,
size_t len = 0)
const;
54 ssize_t getName(
size_t buf_size, H5std_string& attr_name)
const;
60 virtual hsize_t getStorageSize()
const;
63 virtual size_t getInMemDataSize()
const;
66 void read(
const DataType& mem_type,
void *buf)
const;
67 void read(
const DataType& mem_type, H5std_string& strg)
const;
70 void write(
const DataType& mem_type,
const void *buf)
const;
71 void write(
const DataType& mem_type,
const H5std_string& strg)
const;
75 void flush(H5F_scope_t scope)
const;
78 virtual H5std_string
fromClass ()
const {
return(
"Attribute"); }
81 virtual hid_t getId()
const;
86 #ifndef DOXYGEN_SHOULD_SKIP_THIS
89 virtual void p_setId(
const hid_t new_id);
90 #endif // DOXYGEN_SHOULD_SKIP_THIS
99 virtual hid_t p_get_type()
const;
102 void p_read_variable_len(
const DataType& mem_type, H5std_string& strg)
const;
103 void p_read_fixed_len(
const DataType& mem_type, H5std_string& strg)
const;
106 int iterateAttrs() {
return 0; }
117 #endif // __H5Attribute_H
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5Attribute.h:78
void f_Attribute_setId(Attribute *attr, hid_t new_id)
Definition: H5Location.cpp:1132
Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces.
Definition: H5DataSpace.h:25
Class Attribute operates on HDF5 attributes.
Definition: H5Attribute.h:29
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:28
H5Location is an abstract base class, providing a collection of wrappers of the C functions that take...
Definition: H5Location.h:42
AbstractDs is an abstract base class, inherited by Attribute and DataSet.
Definition: H5AbstractDs.h:38