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