Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
textstream.h File Reference

TextStream outputs text onto the screen in TextMode More...

Include dependency graph for textstream.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TextStream
 Output text (form different data type sources) on screen in text modeAllows the output of different data types as strings on the TextMode screen of a PC. To achieve this, TextStream is derived from both OutputStream and TextWindow and only implements the method TextStream::flush(). Further formatting or special effects are implemented in TextWindow. More...
 

Detailed Description

TextStream outputs text onto the screen in TextMode