34 StrType(
const int dummy,
const size_t& size);
48 H5T_cset_t getCset()
const;
51 void setCset(H5T_cset_t cset)
const;
54 H5T_str_t getStrpad()
const;
57 void setStrpad(H5T_str_t strpad)
const;
60 virtual H5std_string
fromClass ()
const {
return(
"StrType"); }
66 StrType(
const hid_t existing_id);
77 #endif // __H5StrType_H
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5StrType.h:60
static const PredType & C_S1
Definition: H5PredType.h:84
void setStrpad(H5T_str_t strpad) const
Defines the storage mechanism for this string datatype.
Definition: H5StrType.cpp:291
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition: H5AtomType.h:28
void copy(const DataType &like_type)
Copies an existing datatype to this datatype object.
Definition: H5DataType.cpp:208
Class DataSet operates on HDF5 datasets.
Definition: H5DataSet.h:28
Definition: H5Exception.h:116
Class PredType holds the definition of all the HDF5 predefined datatypes.
Definition: H5PredType.h:28
H5T_cset_t getCset() const
Retrieves the character set type of this string datatype.
Definition: H5StrType.cpp:222
void setSize(size_t size) const
Sets the total size for an atomic datatype.
Definition: H5AtomType.cpp:64
virtual hid_t getId() const
Get the id of this dataset.
Definition: H5DataSet.cpp:704
StrType is a derivative of a DataType and operates on HDF5 string datatype.
Definition: H5StrType.h:25
void setCset(H5T_cset_t cset) const
Sets character set to be used.
Definition: H5StrType.cpp:249
virtual DataType * decode() const
Returns an StrType object via DataType* by decoding the binary object description of this type.
Definition: H5StrType.cpp:193
StrType()
Default constructor: Creates a stub string datatype.
Definition: H5StrType.cpp:43
virtual ~StrType()
Properly terminates access to this string datatype.
Definition: H5StrType.cpp:305
H5T_str_t getStrpad() const
Retrieves the storage mechanism for of this string datatype.
Definition: H5StrType.cpp:268
Definition: H5AbstractDs.cpp:34
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:28
H5Location is an abstract base class, added in version 1.8.12.
Definition: H5Location.h:31
Definition: H5Exception.h:137
The HDF Group Help Desk:
| |
Copyright by
The HDF Group
and the Board of Trustees of the University of Illinois
|