raw_nextline Function

private function raw_nextline(this, line)

Return if the next line can be read and return it

Note that it just reads the next line and does not know about line-continuation etc.

Type Bound

FileReader_t

Arguments

Type IntentOptional Attributes Name
class(FileReader_t), intent(inout) :: this
character(len=:), intent(out), allocatable :: line

Return Value logical


Contents