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

CTBioState.hxx

Go to the documentation of this file.
00001 #ifndef _CTBioState_HXX
00002 #define _CTBioState_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 class CTBioState {
00017 
00018   public:
00019 
00020     explicit        CTBioState(ios& stream);
00021                     CTBioState(ios& stream,
00022                                const char* c_format, int i_precision=-1);
00023 
00024                     ~CTBioState();
00025 
00026     void            SetFormat(const char* c_format, int i_precision=-1);
00027     char            GetCtype();
00028 
00029   private:
00030 
00031     ios&            m_stream;
00032     long            ml_old_flags;
00033     int             mi_old_precision;
00034     char            mc_old_fill;
00035     char            mc_ctype;
00036 };
00037 
00038 #if !(defined(CTB__OutLine) || defined(CTBioState__OutLine))
00039 #include "CTBioState.icc"
00040 #endif
00041   
00042 #endif

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