Aufgabe 3: Pro-/Epilog
ConsoleOut Class Reference
Write text on console (STDOUT
)
More...
#include <test-stream/console_out.h>


Public Member Functions | |
ConsoleOut () | |
Constructor. | |
virtual void | flush () override |
Output the string on the screen. More... | |
![]() | |
![]() |
Additional Inherited Members | |
![]() | |
![]() | |
![]() |
Detailed Description
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.
Member Function Documentation
|
overridevirtual |
Output the string on the screen.
The implementation should solely use putchar()
Implements OutputStream.
The documentation for this class was generated from the following file:
- test-stream/console_out.h