33 StrType(
const int dummy,
const size_t &size);
47 H5T_cset_t getCset()
const;
50 void setCset(H5T_cset_t cset)
const;
53 H5T_str_t getStrpad()
const;
56 void setStrpad(H5T_str_t strpad)
const;
69 StrType(
const hid_t existing_id);
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition H5AtomType.h:27
Class DataSet operates on HDF5 datasets.
Definition H5DataSet.h:27
Class DataType provides generic operations on HDF5 datatypes.
Definition H5DataType.h:27
H5Location is an abstract base class, added in version 1.8.12.
Definition H5Location.h:30
Class PredType holds the definition of all the HDF5 predefined datatypes.
Definition H5PredType.h:27
StrType is a derivative of a DataType and operates on HDF5 string datatype.
Definition H5StrType.h:24
StrType(const int dummy, const size_t &size)
virtual H5std_string fromClass() const
Returns this class name.
Definition H5StrType.h:60
Definition H5AbstractDs.cpp:33