| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | iunit | = | 0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(file_t), | intent(inout) | :: | me |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(file_t), | intent(in) | :: | me |
type,public :: file_t integer :: iunit = 0 contains procedure,public :: n_lines procedure,public :: read_line => read_line_from_file final :: close_file end type file_t