#include "CTBprintfBase.hxx"
Inheritance diagram for CTBprintfBase2d:
Public Methods | |
CTBprintfBase2d (const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind, bool b_sep12=false) | |
virtual void | ToStream (ostream &os) const |
virtual void | ToStreamElement (ostream &os, CTBint i1, CTBint i2) const=0 |
virtual CTBint | Dimension1 () const=0 |
virtual CTBint | Dimension2 (CTBint i1) const=0 |
Protected Attributes | |
bool | mb_sep12 |
Definition at line 60 of file CTBprintfBase.hxx.
|
Constructor.
Definition at line 125 of file CTBprintfBase.cxx. |
|
Driver to print 2d containers to stream os .
Reimplemented from CTBprintfBase. Definition at line 137 of file CTBprintfBase.cxx. |
|
Print element (i1,i2) of the current container.
Reimplemented in CTBprintfMD, and CTBprintfVV. Referenced by ToStream().
|
|
Returns 1st dimension.
Reimplemented in CTBprintfMD, and CTBprintfVV. Referenced by ToStream().
|
|
Returns 2nd dimension.
Reimplemented in CTBprintfMD, and CTBprintfVV. Referenced by ToStream().
|
|
use ")(" as 1/2 index separator.
Definition at line 74 of file CTBprintfBase.hxx. |