Searched refs:IsAtEoF (Results 1 – 1 of 1) sorted by relevance
32 bool IsAtEoF = false; variable43 assert(!IsAtEoF && "Line iterator reaches the End-of-File!"); in getCurrentLine()49 bool isAtEoF() { return IsAtEoF; } in isAtEoF()54 IsAtEoF = true; in advance()