FACT++  1.0
template<class T>
void RemoteControl< T >::JsResult ( const std::string &  msg)
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 175 of file RemoteControl.h.

175 { lin << kBlue << " = " << msg << '\n' << endl; }
std::ostream & lin
Definition: RemoteControl.h:25
Set color Blue.
Definition: WindowLog.h:20