H5Tget_super
(hid_t type
)
H5Tget_super
returns the base datatype from which the
datatype type
is derived.
In the case of an enumeration type, the return value is an integer type.
hid_t type |
Datatype identifier for the derived datatype. |
SUBROUTINE h5tget_super_f(type_id, base_type_id, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier INTEGER(HID_T), INTENT(OUT) :: type_id ! Base datatype identifier INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5tget_super_f