get_current_line Function

private elemental function get_current_line(this) result(res)

Return the current line (if defined)

This is the line that would be returned, when calling this%raw_nextline().

Type Bound

FileReader_t

Arguments

Type IntentOptional Attributes Name
class(FileReader_t), intent(in) :: this

Return Value integer


Contents