#include "CTBprintfS.hxx"
Inheritance diagram for CTBprintfS:
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 |
Definition at line 19 of file CTBprintfS.hxx.
|
Constructor.
Definition at line 39 of file CTBprintfS.cxx. |
|
Concrete implementation of the ostream insertion.
Reimplemented from CTBprintfBase. Definition at line 47 of file CTBprintfS.cxx. |
|
value to be printed.
Definition at line 27 of file CTBprintfS.hxx. |