An abstract interface for generating output on a command-line or a GUI. More...
#include <output.h>
Public Member Functions | |
virtual void | output (const std::string &, bool error)=0 |
Outputs the given string. More... | |
virtual | ~Output () |
Destructor. More... | |
An abstract interface for generating output on a command-line or a GUI.
The appropriate implementation is selected from main() or WinMain().
|
virtual |
Destructor.
Definition at line 24 of file output.cpp.
|
pure virtual |
Outputs the given string.
Implemented in App.