Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
ConsoleOut Class Reference

Write text on console (STDOUT) More...

#include <test-stream/console_out.h>

+ Inheritance diagram for ConsoleOut:
+ Collaboration diagram for ConsoleOut:

Public Member Functions

 ConsoleOut ()
 Constructor. More...
 
virtual void flush () override
 Output the string on the screen. More...
 
- Public Member Functions inherited from OutputStream
- Public Member Functions inherited from Stringbuffer

Additional Inherited Members

- Public Attributes inherited from OutputStream
- Protected Member Functions inherited from Stringbuffer
- Protected Attributes inherited from Stringbuffer

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::ConsoleOut ( )

Constructor.

Todo:
Implement constructor

Member Function Documentation

◆ flush()

void ConsoleOut::flush ( )
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: