
Write text on console (STDOUT
)
More...
#include <test-stream/console_out.h>
Public Member Functions | |
ConsoleOut () | |
Constructor. More... | |
virtual void | flush () override |
Output the string on the screen. More... | |
![]() | |
![]() |
Additional Inherited Members | |
![]() | |
![]() | |
![]() |
Write text on console (STDOUT
)
This class allows writing to the console similar to std::cout
from the standard C++ library. The class is derived from OutputStream.
ConsoleOut::ConsoleOut | ( | ) |
Constructor.
|
overridevirtual |
Output the string on the screen.
The implementation should solely use putchar()
Implements OutputStream.