15 #ifndef __AbstractDs_H 16 #define __AbstractDs_H 57 virtual size_t getInMemDataSize()
const = 0;
67 virtual hsize_t getStorageSize()
const = 0;
93 virtual hid_t p_get_type()
const = 0;
98 #endif // __AbstractDs_H
EnumType is a derivative of a DataType and operates on HDF5 enum datatypes.
Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces.
IntType is a derivative of a DataType and operates on HDF5 integer datatype.
Class DataType provides generic operations on HDF5 datatypes.
unsigned long long hsize_t
VarLenType is a derivative of a DataType and operates on HDF5 C's Variable-length Datatypes...
AbstractDs is an abstract base class, inherited by Attribute and DataSet.
Class ArrayType inherits from DataType and provides wrappers for the HDF5's Array Datatypes...
FloatType is a derivative of a DataType and operates on HDF5 floating point datatype.
StrType is a derivative of a DataType and operates on HDF5 string datatype.
CompType is a derivative of a DataType and operates on HDF5 compound datatypes.