Public Member Functions | Protected Member Functions

H5::AbstractDs Class Reference

List of all members.

Public Member Functions

Protected Member Functions


Member Function Documentation

ArrayType H5::AbstractDs::getArrayType (  )  const

Returns the array datatype of this abstract dataset which can be a dataset or an attribute.

Returns:
ArrayType instance
Exceptions:
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.

Returns:
CompType instance
Exceptions:
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.

Returns:
DataType instance
Exceptions:
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.

Returns:
EnumType instance
Exceptions:
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.

Returns:
FloatType instance
Exceptions:
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.

Returns:
IntType instance
Exceptions:
H5::DataTypeIException 
Examples:
readdata.cpp.

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.

Returns:
StrType instance
Exceptions:
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.

Returns:
Datatype class identifier
Exceptions:
H5::DataTypeIException 
Examples:
readdata.cpp.

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.

Returns:
VarLenType instance
Exceptions:
H5::DataTypeIException 

References H5::Exception::getDetailMsg().