AbstractDs is an abstract base class, inherited by Attribute and DataSet.
More...
#include <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.
Definition at line 38 of file H5AbstractDs.h.
◆ ~AbstractDs()
virtual H5::AbstractDs::~AbstractDs |
( |
| ) |
|
|
virtual |
◆ AbstractDs()
H5::AbstractDs::AbstractDs |
( |
| ) |
|
|
protected |
◆ fromClass()
◆ getArrayType()
ArrayType H5::AbstractDs::getArrayType |
( |
| ) |
const |
◆ getCompType()
CompType H5::AbstractDs::getCompType |
( |
| ) |
const |
◆ getDataType()
DataType H5::AbstractDs::getDataType |
( |
| ) |
const |
◆ getEnumType()
EnumType H5::AbstractDs::getEnumType |
( |
| ) |
const |
◆ getFloatType()
FloatType H5::AbstractDs::getFloatType |
( |
| ) |
const |
◆ getInMemDataSize()
virtual size_t H5::AbstractDs::getInMemDataSize |
( |
| ) |
const |
|
pure virtual |
◆ getIntType()
IntType H5::AbstractDs::getIntType |
( |
| ) |
const |
◆ getSpace()
virtual DataSpace H5::AbstractDs::getSpace |
( |
| ) |
const |
|
pure virtual |
◆ getStorageSize()
virtual hsize_t H5::AbstractDs::getStorageSize |
( |
| ) |
const |
|
pure virtual |
◆ getStrType()
StrType H5::AbstractDs::getStrType |
( |
| ) |
const |
◆ getTypeClass()
◆ getVarLenType()
VarLenType H5::AbstractDs::getVarLenType |
( |
| ) |
const |
◆ p_get_type()
virtual hid_t H5::AbstractDs::p_get_type |
( |
| ) |
const |
|
privatepure virtual |
The documentation for this class was generated from the following file: