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

CTBioState Class Reference

Stack object for ostream state. **. More...

#include "CTBioState.hxx"

List of all members.

Public Methods

 CTBioState (ios &stream)
 CTBioState (ios &stream, const char *c_format, int i_precision=-1)
 ~CTBioState ()
void SetFormat (const char *c_format, int i_precision=-1)
char GetCtype ()

Private Attributes

ios & m_stream
long ml_old_flags
int mi_old_precision
char mc_old_fill
char mc_ctype


Detailed Description

Stack object for ostream state. **.

Definition at line 16 of file CTBioState.hxx.


Constructor & Destructor Documentation

CTBioState::CTBioState ios & stream [explicit]
 

Construct with stream.

Definition at line 27 of file CTBioState.cxx.

CTBioState::CTBioState ios & stream,
const char * c_format,
int i_precision = -1
 

Construct from stream and format.

Definition at line 39 of file CTBioState.cxx.

CTBioState::~CTBioState
 

Destructor.

Definition at line 51 of file CTBioState.cxx.


Member Function Documentation

void CTBioState::SetFormat const char * c_format,
int i_precision = -1
 

Setup format.

Definition at line 61 of file CTBioState.cxx.

Referenced by CTBioState().

char CTBioState::GetCtype [inline]
 

Get conversion type.

Definition at line 17 of file CTBioState.icc.


Member Data Documentation

ios& CTBioState::m_stream [private]
 

Definition at line 31 of file CTBioState.hxx.

long CTBioState::ml_old_flags [private]
 

Definition at line 32 of file CTBioState.hxx.

int CTBioState::mi_old_precision [private]
 

Definition at line 33 of file CTBioState.hxx.

char CTBioState::mc_old_fill [private]
 

Definition at line 34 of file CTBioState.hxx.

char CTBioState::mc_ctype [private]
 

Definition at line 35 of file CTBioState.hxx.


The documentation for this class was generated from the following files:
Generated at Fri Oct 24 18:13:51 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001