file_t Interface

public interface file_t

Functions

private pure module function construct(lines) result(file_object)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: lines(:)

Return Value type(file_t)

private module function read_lines(file_name) result(file_object)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: file_name

Return Value type(file_t)