#include <CTBprintfBase.hxx>
Inheritance diagram for CTBprintfBase:
Public Methods | |
CTBprintfBase (const char *c_format, int i_width, int i_precision) | |
virtual void | ToStream (ostream &os) const=0 |
Protected Attributes | |
const char * | mc_format |
int | mi_width |
int | mi_precision |
Related Functions | |
(Note that these are not member functions.) | |
ostream & | operator<< (ostream &os, const CTBprintfBase &obj) |
Definition at line 16 of file CTBprintfBase.hxx.
|
Constructor.
Definition at line 37 of file CTBprintfBase.icc. |
|
Concrete implementation of the ostream insertion.
Reimplemented in CTBprintfBase1d, CTBprintfBase2d, CTBprintfBase3d, and CTBprintfS. Referenced by operator<<().
|
|
ostream insertion.
Definition at line 52 of file CTBprintfBase.icc. |
|
format string.
Definition at line 24 of file CTBprintfBase.hxx. |
|
field width.
Definition at line 25 of file CTBprintfBase.hxx. |
|
field precision.
Definition at line 26 of file CTBprintfBase.hxx. |