A representation of a file as an object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_t), | intent(in) | :: | lines(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_t), | intent(in) | :: | file_name |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(string_t), | private, | allocatable | :: | lines_(:) |
| private pure, module function construct (lines) | |
| private module function read_lines (file_name) |
| procedure, public :: lines | |
| procedure, public :: write_lines |