Public Member Functions | Protected Member Functions

H5::VarLenType Class Reference

List of all members.

Public Member Functions

Protected Member Functions


Constructor & Destructor Documentation

H5::VarLenType::VarLenType ( const DataType base_type  ) 

Creates a new variable-length datatype based on the specified base_type.

Parameters:
base_type - IN: Pointer to existing datatype
Exceptions:
H5::DataTypeIException 
H5::VarLenType::VarLenType ( const hid_t  existing_id  ) 

Creates an VarLenType object using an existing id.

Parameters:
existing_id - IN: Id of an existing datatype
Exceptions:
H5::DataTypeIException