ReadFile

Members

Methods

void error( string& message )

Display an error message sourced from this file.

string position( )

Returns a formatted representation of the position in the file. Returns string : A string like 'data/states.txt | Line 80'

bool opPostInc( )

Advances to the next non-empty line. Returns bool : Returns true if there was a line to advance to.