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

Xostream.h

Go to the documentation of this file.
00001 //   $Id: Xostream.h,v 1.3 2001/01/26 22:28:52 tlindner Exp $
00002 // Project:
00003 //  author: Toby Burnett
00004 //
00005 //  Declare text output window for Motif environment, with
00006 //  possibility of clear and label of window
00007 
00008 #ifndef XOSTREAM_H
00009 #define XOSTREAM_H
00010  
00011 
00012 #include "gui/GUI.h"
00013 
00014 
00015 class Xostream :  public std::ostream
00016 {
00017 public:
00018     Xostream(const char* name);
00019     void clear();
00020     void flush();
00021 private:
00022 };
00023 
00024 
00025 #endif
00026 

Generated at Mon Nov 26 18:18:12 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000