A representation of a file as an object
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | file_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | file_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | lines(:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(string_t), | private, | allocatable | :: | lines_(:) |
private impure, elemental, module function from_file_with_character_name (file_name) | |
private impure, elemental, module function from_file_with_string_name (file_name) | |
private pure, module function from_string_array (lines) |
procedure, public :: lines | |
procedure, public :: write_lines |