HDF5 C++ API Reference Manual |
#include <H5StrType.h>
Inheritance diagram for H5::StrType:
Public Member Functions | |
StrType (const PredType &pred_type) | |
Creates a string datatype using a predefined type. | |
StrType (const size_t &size) | |
StrType (const PredType &pred_type, const size_t size) | |
Creates a string datatype with a specified length. | |
StrType (const DataSet &dataset) | |
Gets the string datatype of the specified dataset. | |
H5T_cset_t | getCset () const |
Retrieves the character set type of this string datatype. | |
void | setCset (H5T_cset_t cset) const |
Sets character set to be used. | |
H5T_str_t | getStrpad () const |
Retrieves the storage mechanism for of this string datatype. | |
void | setStrpad (H5T_str_t strpad) const |
Defines the storage mechanism for this string datatype. | |
virtual string | fromClass () const |
StrType () | |
Default constructor: Creates a stub string datatype. | |
StrType (const hid_t existing_id) | |
Creates an StrType object using the id of an existing datatype. | |
StrType (const StrType &original) | |
Copy constructor: makes a copy of the original StrType object. | |
virtual | ~StrType () |
Properly terminates access to this string datatype. |
|
Creates a string datatype using a predefined type.
|
|
|
|
Creates a string datatype with a specified length.
|
|
Gets the string datatype of the specified dataset.
|
|
Default constructor: Creates a stub string datatype.
|
|
Creates an StrType object using the id of an existing datatype.
|
|
Copy constructor: makes a copy of the original StrType object.
|
|
Properly terminates access to this string datatype.
|
|
Retrieves the character set type of this string datatype.
|
|
Sets character set to be used.
|
|
Retrieves the storage mechanism for of this string datatype.
|
|
Defines the storage mechanism for this string datatype.
|
|
Reimplemented from H5::AtomType. |