Sparksee
6.0.2
|
Files | |
file | ScriptParser.h |
It contains the declaration of ScriptParser class. | |
Classes | |
class | ScriptParser |
ScriptParser. More... | |
Functions | |
std::wostream & | operator<< (std::wostream &wostrm, const enum ScriptParserState &state) |
Easy STL printing operator redefinition. More... | |
std::wostream& operator<< | ( | std::wostream & | wostrm, |
const enum ScriptParserState & | state | ||
) |
Easy STL printing operator redefinition.
It allows to do: ... << sparksee::script::SyntaxError << ...
wostrm | A widechar oputput stream |
state | [in] A ScriptParserState. |