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

CTBprintfS Class Template Reference

Print object for scalar values . **. More...

#include "CTBprintfS.hxx"

Inheritance diagram for CTBprintfS:

Inheritance graph
[legend]
Collaboration diagram for CTBprintfS:

Collaboration graph
[legend]
List of all members.

Public Methods

 CTBprintfS (T value, const char *c_format, int i_width, int i_precision)
virtual void ToStream (ostream &os) const

Protected Attributes

T m_value

Detailed Description

template<class T>
class CTBprintfS< T >

Print object for scalar values . **.

Definition at line 19 of file CTBprintfS.hxx.


Constructor & Destructor Documentation

template<class T>
CTBprintfS< T >::CTBprintfS T value,
const char * c_format,
int i_width,
int i_precision
 

Constructor.

Parameters:
value   value to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 39 of file CTBprintfS.cxx.


Member Function Documentation

void CTBprintfS::ToStream ostream & os const [virtual]
 

Concrete implementation of the ostream insertion.

Reimplemented from CTBprintfBase.

Definition at line 47 of file CTBprintfS.cxx.


Member Data Documentation

template<class T>
T CTBprintfS::m_value [protected]
 

value to be printed.

Definition at line 27 of file CTBprintfS.hxx.


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