#include <c++/src/H5AbstractDs.h>
AbstractDs is an abstract base class, inherited by Attribute and DataSet.
It provides a collection of services that are common to both Attribute and DataSet.
◆ ~AbstractDs()
◆ AbstractDs()
◆ fromClass()
◆ getArrayType()
◆ getCompType()
◆ getDataType()
◆ getEnumType()
◆ getFloatType()
◆ getInMemDataSize()
virtual size_t getInMemDataSize |
( |
| ) |
const |
|
pure virtual |
Gets the size in memory of this abstract dataset.
Implemented in Attribute, and DataSet.
◆ getIntType()
◆ getSpace()
Gets the dataspace of this abstract dataset - pure virtual.
Implemented in Attribute, and DataSet.
◆ getStorageSize()
virtual hsize_t getStorageSize |
( |
| ) |
const |
|
pure virtual |
Returns the amount of storage size required - pure virtual.
Implemented in Attribute, and DataSet.
◆ getStrType()
◆ getTypeClass()
◆ getVarLenType()
The documentation for this class was generated from the following file: