Members
-
int
indent
— Number of indents for the current line. Each space or tab counts as one indent.
-
bool
allowLines
-
bool
fullLine
-
bool
allowMultiline
-
string
line
— Full (trimmed) line.
-
string
key
— Key from a Key:Value pair line.
-
string
value
— Value from a Key:Value pair line.
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.