An implementation of the Main::Output abstract interface for command-line output. More...
Public Member Functions | |
void | output (const std::string &text, bool e) |
Outputs the given string. More... | |
Public Member Functions inherited from Main::Output | |
virtual | ~Output () |
Destructor. More... | |
An implementation of the Main::Output abstract interface for command-line output.
An App instance is passed to Main::Run.
|
inlinevirtual |