[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Members

IconMemberDescription
static memberinsert(H5DataTypeId, String, UInt32, H5DataTypeId)
H5Tinsert adds another member to the compound datatype type_id. The new member has a name which must be unique within the compound datatype. The offset argument defines the start of the member in an instance of the compound datatype, and field_id is the datatype identifier of the new member.
static memberinsert(H5DataTypeId, String, UInt32, H5Type)
H5Tinsert adds another member to the compound datatype type_id. The new member has a name which must be unique within the compound datatype. The offset argument defines the start of the member in an instance of the compound datatype, and field_id is the datatype identifier of the new member.