#include <Console.h>
Public Member Functions | |
| RedirectStdOutput () | |
Protected Member Functions | |
| int | overflow (int c=EOF) |
| int | sync () |
Definition at line 229 of file Console.h.
| RedirectStdOutput::RedirectStdOutput | ( | ) |
Definition at line 663 of file Console.cpp.
References buffer.
| int RedirectStdOutput::overflow | ( | int | c = EOF |
) | [protected] |
Definition at line 668 of file Console.cpp.
References buffer.
| int RedirectStdOutput::sync | ( | ) | [protected] |
Definition at line 675 of file Console.cpp.
References buffer, Base::Console(), and Base::ConsoleSingleton::Log().
1.6.1