Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBmessageWriterStream.hxx

Go to the documentation of this file.
00001 #ifndef _CTBmessageWriterStream_HXX
00002 #define _CTBmessageWriterStream_HXX 1
00003 
00008 /*----------------------------------------------------------------------------*/
00009 /* C Tool Box: Designed and implemented by:                                   */
00010 /*    Walter F.J. Mueller   Gesellschaft fuer Schwerionenforschung (GSI)      */
00011 /*                          Planckstrasse 1, D-64291 Darmstadt, Germany       */
00012 /*                  Email:  W.F.J.Mueller@gsi.de                              */
00013 /*                  WWW:    http://www-kp3.gsi.de/www/kp3/people/mueller.html */
00014 /*------------------------------------------+---------------------------------*/
00015 
00016 #include "CTBmessage.hxx"
00017 
00018 class CTBmessageWriterStream :
00019   public CTBmessageWriter {
00020 
00021   public:
00022 
00023                     CTBmessageWriterStream();
00024                     CTBmessageWriterStream(ostream* p_os, istream* p_is);
00025 
00026     virtual void    Status(const char* c_text);
00027     virtual void    Info(const char* c_text);
00028     virtual void    Warning(const char* c_text);
00029     virtual CTBint  Error(const char* c_text);
00030 
00031   private:
00032 
00033     ostream*        mp_os;
00034     istream*        mp_is;
00035 
00036 };
00037 
00038 #if !(defined(CTB__OutLine) || defined(CTBmessageWriterStream__OutLine))
00039 //#include "CTBmessageWriterStream.icc"
00040 #endif
00041 
00042 #endif

Generated at Fri Oct 24 18:11:29 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001