H5::VarLenType::VarLenType | ( | const DataType * | base_type | ) |
Creates a new variable-length datatype based on the specified base_type.
base_type | - IN: Pointer to existing datatype |
H5::DataTypeIException |
H5::VarLenType::VarLenType | ( | const hid_t | existing_id | ) |
Creates an VarLenType object using an existing id.
existing_id | - IN: Id of an existing datatype |
H5::DataTypeIException |