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 | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FileReader_t), | intent(inout) | :: | this | |||
character(len=:), | intent(out), | allocatable | :: | line |