20 #ifndef __H5VarLenType_H
21 #define __H5VarLenType_H
23 #ifndef H5_NO_NAMESPACE
35 virtual H5std_string
fromClass ()
const {
return(
"VarLenType"); }
50 #ifndef H5_NO_NAMESPACE
53 #endif // __H5VarLenType_H
Definition: H5AbstractDs.cpp:29
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5VarLenType.h:35
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:34
VarLenType operates on the HDF5 C's Variable-length Datatypes.
Definition: H5VarLenType.h:28