| H5::PredType::PredType | ( | const PredType & | original | ) |
| H5::PredType::PredType | ( | const hid_t | predtype_id | ) | [protected] |
Creates a PredType object using the id of an existing predefined datatype.
| predtype_id | - IN: Id of a predefined datatype |
| void H5::PredType::commit | ( | H5Object & | loc, | |
| const char * | name | |||
| ) |
Commits a transient datatype to a file, creating a new named datatype.
| loc | - IN: Either a group, dataset, named datatype, or attribute. | |
| name | - IN: Name of the datatype |
| H5::DataTypeIException |
Reimplemented from H5::DataType.
| void H5::PredType::commit | ( | H5File & | loc, | |
| const char * | name | |||
| ) |
Commits a transient datatype to a file, creating a new named datatype.
| loc | - IN: A file | |
| name | - IN: Name of the datatype |
| H5::DataTypeIException |
Reimplemented from H5::DataType.
Assignment operator.
| rhs | - IN: Reference to the predefined datatype |
| H5::DataTypeIException |
References H5::DataType::copy().
1.6.2