| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | name | |||
| character(len=:), | public, | allocatable | :: | vars(:) | |||
| type(hdf_desc_p_t), | public, | allocatable | :: | comps(:) |
type tbl_dsc_t character(:), allocatable :: name character(:), allocatable :: vars(:) type(hdf_desc_p_t), allocatable :: comps(:) end type tbl_dsc_t