Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBprintfVD Class Template Reference

Print object for vector descriptors . **. More...

#include "CTBprintfVD.hxx"

Inheritance diagram for CTBprintfVD:

Inheritance graph
[legend]
Collaboration diagram for CTBprintfVD:

Collaboration graph
[legend]
List of all members.

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< Tm_dsc

Detailed Description

template<class T>
class CTBprintfVD< T >

Print object for vector descriptors . **.

Definition at line 21 of file CTBprintfVD.hxx.


Constructor & Destructor Documentation

template<class T>
CTBprintfVD< T >::CTBprintfVD const CTBvectorCDsc< T > & dsc,
const char * c_format,
int i_width,
int i_precision,
CTBint i_pcol,
CTBint i_wind
 

Constructor.

Parameters:
p_data   vector descriptor to be printed
i_size   number of elements
c_format   format descriptor string
i_width   field width
i_precision   precision
i_pcol   number of columns to print (if <=0 no extra line break)
i_wind   width of index field (if <0 no index)

Definition at line 40 of file CTBprintfVD.cxx.


Member Function Documentation

template<class T>
void CTBprintfVD< T >::ToStreamElement ostream & os,
CTBint i
const [virtual]
 

Print element (i) of the current container.

Reimplemented from CTBprintfBase1d.

Definition at line 49 of file CTBprintfVD.cxx.

template<class T>
CTBint CTBprintfVD< T >::Dimension1 const [virtual]
 

Returns size of the current container.

Reimplemented from CTBprintfBase1d.

Definition at line 57 of file CTBprintfVD.cxx.


Member Data Documentation

template<class T>
const CTBvectorCDsc<T> CTBprintfVD::m_dsc [protected]
 

Definition at line 32 of file CTBprintfVD.hxx.

Referenced by ToStreamElement().


The documentation for this class was generated from the following files:
Generated at Fri Oct 24 18:14:02 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001