Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIGEL_Tools::SIG_IO Class Reference

This class contains the three standard streams cin, cout and cerr as QTextStreams. More...

#include <SIG_IO.h>

List of all members.

Static Public Attributes

QTextStream cin
 The standard in stream. More...

QTextStream cout
 The standard out stream. More...

QTextStream cerr
 The standard error stream. More...


Detailed Description

This class contains the three standard streams cin, cout and cerr as QTextStreams.

So they can be used together with th other standard IO classes of QT.

Definition at line 21 of file SIG_IO.h.


Member Data Documentation

QTextStream SIGEL_Tools::SIG_IO::cerr [static]
 

The standard error stream.

Definition at line 37 of file SIG_IO.h.

QTextStream SIGEL_Tools::SIG_IO::cin [static]
 

The standard in stream.

Definition at line 27 of file SIG_IO.h.

QTextStream SIGEL_Tools::SIG_IO::cout [static]
 

The standard out stream.

Definition at line 32 of file SIG_IO.h.


The documentation for this class was generated from the following file:
Generated at Mon Sep 3 01:32:50 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000