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

SIG_IO.h

00001 #ifndef SIGEL_TOOLS_SIG_IO_H
00002 #define SIGEL_TOOLS_SIG_IO_H
00003 
00004 #include <cstdio>
00005 #include <qtextstream.h>
00006 
00011 namespace SIGEL_Tools
00012 {
00013 
00021   class SIG_IO
00022     {
00023     public:
00027       static QTextStream cin;
00028 
00032       static QTextStream cout;
00033 
00037       static QTextStream cerr;
00038     };
00039 
00040 }
00041 
00042 #endif // SIGEL_TOOLS_SIG_IO_H

Generated at Mon Sep 3 01:32:26 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000