#include "CTBprintfBase.hxx"
Inheritance diagram for CTBprintfBase1d:
Public Methods | |
CTBprintfBase1d (const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind) | |
virtual void | ToStream (ostream &os) const |
virtual void | ToStreamElement (ostream &os, CTBint i) const=0 |
virtual CTBint | Dimension1 () const=0 |
Definition at line 46 of file CTBprintfBase.hxx.
|
Constructor.
Definition at line 47 of file CTBprintfBase.cxx. |
|
Driver to print 1d containers to stream os .
Reimplemented from CTBprintfBase. Definition at line 57 of file CTBprintfBase.cxx. |
|
Print element (i) of the current container.
Reimplemented in CTBprintfVD. Referenced by ToStream().
|
|
Returns size of the current container.
Reimplemented in CTBprintfVD. Referenced by ToStream().
|