20 #ifndef H5_NO_NAMESPACE
34 StrType(
const int dummy,
const size_t& size);
40 H5T_cset_t getCset()
const;
43 void setCset(H5T_cset_t cset)
const;
46 H5T_str_t getStrpad()
const;
49 void setStrpad(H5T_str_t strpad)
const;
58 StrType(
const hid_t existing_id);
66 #ifndef H5_NO_NAMESPACE
69 #endif // __H5StrType_H
Class DataSet operates on HDF5 datasets.
Definition: H5DataSet.h:31
Class PredType holds the definition of all the HDF5 predefined datatypes.
Definition: H5PredType.h:41
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5StrType.h:52
#define H5std_string
Definition: H5Exception.h:29
Class StrType operates on HDF5 string datatypes.
Definition: H5StrType.h:25
Class AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition: H5AtomType.h:31