Sparksee  6.0.2
Script
Collaboration diagram for Script:

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...
 

Detailed Description

Function Documentation

std::wostream& operator<< ( std::wostream &  wostrm,
const enum ScriptParserState &  state 
)

Easy STL printing operator redefinition.

It allows to do: ... << sparksee::script::SyntaxError << ...

Parameters
wostrmA widechar oputput stream
state[in] A ScriptParserState.
Returns
Returns the widechar output stream with the ScriptParserState written.