construct_AttachedFileReader_t Function

private function construct_AttachedFileReader_t(file_id, echo_lines, file_name, current_line) result(res)

Construct an AttachedFileReader_t

If the argument echo_lines is present, then the read lines are echoed to the unit echo_lines. If the argument is not present, the echoing is switched off.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: file_id
integer, intent(in), optional :: echo_lines
character(len=*), intent(in), optional :: file_name
integer, intent(in), optional :: current_line

Return Value type(AttachedFileReader_t)


Contents