ArrayType H5::AbstractDs::getArrayType | ( | ) | const |
Returns the array datatype of this abstract dataset which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
CompType H5::AbstractDs::getCompType | ( | ) | const |
Returns the compound datatype of this abstract dataset which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
DataType H5::AbstractDs::getDataType | ( | ) | const |
Returns the generic datatype of this abstract dataset, which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
EnumType H5::AbstractDs::getEnumType | ( | ) | const |
Returns the enumeration datatype of this abstract dataset which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
FloatType H5::AbstractDs::getFloatType | ( | ) | const |
Returns the floating-point datatype of this abstract dataset, which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
IntType H5::AbstractDs::getIntType | ( | ) | const |
Returns the integer datatype of this abstract dataset which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
StrType H5::AbstractDs::getStrType | ( | ) | const |
Returns the string datatype of this abstract dataset which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
H5T_class_t H5::AbstractDs::getTypeClass | ( | ) | const |
Returns the class of the datatype that is used by this object, which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().
VarLenType H5::AbstractDs::getVarLenType | ( | ) | const |
Returns the floating-point datatype of this abstract dataset, which can be a dataset or an attribute.
H5::DataTypeIException |
References H5::Exception::getDetailMsg().