SourceResult

An alternative to SourceResult that uses

Constructors

this
this(string fileName, size_t line, size_t range)
Undocumented in source.

Members

Functions

getValue
string getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(ResultPrinter printer)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

updateFileTokens
void updateFileTokens(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
string file;
Undocumented in source.
line
size_t line;
Undocumented in source.

Inherited Members

From IResult

toString
string toString()
Undocumented in source.
print
void print(ResultPrinter )
Undocumented in source.

Meta