Aufgabe 0: C++ Streams
ConsoleOut Class Reference
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 | |
![]() | |
![]() | |
![]() |
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.
Constructor & Destructor Documentation
ConsoleOut::ConsoleOut | ( | ) |
Constructor.
- Todo:
- Implement constructor
Member Function Documentation
|
overridevirtual |
Output the string on the screen.
The implementation should solely use putchar()
- Todo:
- Implement virtual method
Implements OutputStream.
The documentation for this class was generated from the following files:
- test-stream/console_out.h
- test-stream/console_out.cc