#include "CTBprintfVD.hxx"
Inheritance diagram for CTBprintfVD:
Public Methods | |
CTBprintfVD (const CTBvectorCDsc< T > &dsc, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind) | |
virtual void | ToStreamElement (ostream &os, CTBint i) const |
virtual CTBint | Dimension1 () const |
Protected Attributes | |
const CTBvectorCDsc< T > | m_dsc |
Definition at line 21 of file CTBprintfVD.hxx.
|
Constructor.
Definition at line 40 of file CTBprintfVD.cxx. |
|
Print element (i) of the current container.
Reimplemented from CTBprintfBase1d. Definition at line 49 of file CTBprintfVD.cxx. |
|
Returns size of the current container.
Reimplemented from CTBprintfBase1d. Definition at line 57 of file CTBprintfVD.cxx. |
|
Definition at line 32 of file CTBprintfVD.hxx. Referenced by ToStreamElement().
|