character(3)
DefaultAdvance(this, advance)
TTextFile :: this
logical intent(in), optional :: advance
integer
Lines(this, nocomments)
TTextFile :: this
logical intent(in), optional :: nocomments
logical
ReadLine(this, InLine, trimmed)
TTextFile :: this
character(LEN=:) allocatable, optional :: InLine
logical intent(in), optional :: trimmed
logical
ReadLineSkipEmptyAndComments(this, InLine, comment)
TTextFile :: this
character(LEN=:) allocatable :: InLine
character(LEN=:) allocatable, optional, intent(inout) :: comment
logical
ReadNextContentLine(this, filename, InLine)
TTextFile :: this
character(LEN=*) intent(in) :: filename
character(LEN=:) intent(out), allocatable :: InLine
logical
SkipLines(this, n)
TTextFile :: this
integer intent(in) :: n