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

CTBprintf -- print format object creators


Functions

CTBprintfS< char > CTBprintf (char value, const char *c_format, int i_width, int i_precision)
CTBprintfS< int > CTBprintf (signed char value, const char *c_format, int i_width, int i_precision)
CTBprintfS< unsigned int > CTBprintf (unsigned char value, const char *c_format, int i_width, int i_precision)
CTBprintfS< int > CTBprintf (short value, const char *c_format, int i_width, int i_precision)
CTBprintfS< unsigned int > CTBprintf (unsigned short value, const char *c_format, int i_width, int i_precision)
CTBprintfS< int > CTBprintf (int value, const char *c_format, int i_width, int i_precision)
CTBprintfS< unsigned int > CTBprintf (unsigned int value, const char *c_format, int i_width, int i_precision)
CTBprintfS< long > CTBprintf (long value, const char *c_format, int i_width, int i_precision)
CTBprintfS< unsigned long > CTBprintf (unsigned long value, const char *c_format, int i_width, int i_precision)
CTBprintfS< double > CTBprintf (double value, const char *c_format, int i_width, int i_precision)
CTBprintfS< const char *> CTBprintf (const char *value, const char *c_format, int i_width, int i_precision)
CTBprintfS< const void *> CTBprintf (const void *value, const char *c_format, int i_width, int i_precision)
template<class T> CTBprintfVD< TCTBprintf (const CTB2vec< T > &value, const char *c_format, int i_width, int i_precision)
template<class T> CTBprintfVD< TCTBprintf (const CTB3vec< T > &value, const char *c_format, int i_width, int i_precision)
template<class T, CTBint DIM> CTBprintfVD< TCTBprintf (const CTBcarray< T, DIM > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T, CTBint DIM1, CTBint DIM2> CTBprintfMD< TCTBprintf (const CTBcarray2d< T, DIM1, DIM2 > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T> CTBprintfMD< TCTBprintf (const CTBmatrix< T > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T> CTBprintfVM< TCTBprintf (const CTBvector< CTBmatrix< T > > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T> CTBprintfMD< TCTBprintf (const CTBmatrixCDsc< T > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T> CTBprintfVD< TCTBprintf (const CTBvector< T > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T> CTBprintfVV< TCTBprintf (const CTBvector< CTBvector< T > > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)
template<class T> CTBprintfVD< TCTBprintf (const CTBvectorCDsc< T > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind)

Function Documentation

CTBprintfS<char> CTBprintf char value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a char value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 32 of file CTBprintf.icc.

CTBprintfS<int> CTBprintf signed char value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a signed char value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 52 of file CTBprintf.icc.

CTBprintfS<unsigned int> CTBprintf unsigned char value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a unsigned char value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 72 of file CTBprintf.icc.

CTBprintfS<int> CTBprintf short value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a short value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 93 of file CTBprintf.icc.

CTBprintfS<unsigned int> CTBprintf unsigned short value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a unsigned short value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 113 of file CTBprintf.icc.

CTBprintfS<int> CTBprintf int value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a int value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 134 of file CTBprintf.icc.

CTBprintfS<unsigned int> CTBprintf unsigned int value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a unsigned int value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 154 of file CTBprintf.icc.

CTBprintfS<long> CTBprintf long value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a long value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 175 of file CTBprintf.icc.

CTBprintfS<unsigned long> CTBprintf unsigned long value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of an unsigned long value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 195 of file CTBprintf.icc.

CTBprintfS<double> CTBprintf double value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a double value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 216 of file CTBprintf.icc.

CTBprintfS<const char*> CTBprintf const char * value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a const char* value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 236 of file CTBprintf.icc.

CTBprintfS<const void*> CTBprintf const void * value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
[inline]
 

Creates a print object for the formatted output of a const void* value.

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   variable or expression to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 257 of file CTBprintf.icc.

template<class T>
CTBprintfVD<T> CTBprintf const CTB2vec< T > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
 

Creates a print object for the formatted output of a CTB2vec .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   2vec to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 28 of file CTBprintf2vec.icc.

template<class T>
CTBprintfVD<T> CTBprintf const CTB3vec< T > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0
 

Creates a print object for the formatted output of a CTB3vec .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   3vec to be printed
c_format   format descriptor string
i_width   field width
i_precision   precision

Definition at line 28 of file CTBprintf3vec.icc.

template<class T, CTBint DIM>
CTBprintfVD<T> CTBprintf const CTBcarray< T, DIM > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
 

Creates a print object for the formatted output of a CTBcarray .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   CTBcarray to be printed
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 30 of file CTBprintfCarray.icc.

template<class T, CTBint DIM1, CTBint DIM2>
CTBprintfMD<T> CTBprintf const CTBcarray2d< T, DIM1, DIM2 > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
 

Creates a print object for the formatted output of a CTBcarray2d .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   CTBcarray2d to be printed
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 30 of file CTBprintfCarray2d.icc.

template<class T>
CTBprintfMD<T> CTBprintf const CTBmatrix< T > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
[inline]
 

Creates a print object for the formatted output of a CTBmatrix .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   matrix to be printed
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 30 of file CTBprintfMatrix.icc.

template<class T>
CTBprintfVM<T> CTBprintf const CTBvector< CTBmatrix< T > > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
[inline]
 

Creates a print object for the formatted output of a CTBvector<CTBmatrix> .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   vector of matrices to be printed
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 54 of file CTBprintfMatrix.icc.

template<class T>
CTBprintfMD<T> CTBprintf const CTBmatrixCDsc< T > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
[inline]
 

Creates a print object for the formatted output of a CTBmatrixDsc .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   matrix descriptor to be printed
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 30 of file CTBprintfMatrixDsc.icc.

template<class T>
CTBprintfVD<T> CTBprintf const CTBvector< T > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
[inline]
 

Creates a print object for the formatted output of a CTBvector .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   vector to be printed
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 30 of file CTBprintfVector.icc.

template<class T>
CTBprintfVV<T> CTBprintf const CTBvector< CTBvector< T > > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
[inline]
 

Creates a print object for the formatted output of a CTBvector<CTBvector> .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   vector of vectors to be printed
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 54 of file CTBprintfVector.icc.

template<class T>
CTBprintfVD<T> CTBprintf const CTBvectorCDsc< T > & value,
const char * c_format = 0,
int i_width = 0,
int i_precision = 0,
CTBint i_pcol = 0,
CTBint i_wind = -1
[inline]
 

Creates a print object for the formatted output of a CTBvectorDsc .

For a full description of the of the CTBprintf system look into Using CTBprintf.

Parameters:
value   vector descriptor to be printed
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 30 of file CTBprintfVectorDsc.icc.

Referenced by CTBtimeParsed::Dump(), CTBbtree::Dump(), CTBxmlOStream::PutTaggedValue(), CTBxmlToken::ToStream(), CTBtraceClock::ToStream(), CTBtimeParsed::ToStream(), CTBlogHead::ToStream(), CTBexceptionMath::ToStream(), CTBprintfVD::ToStreamElement(), CTBprintfVV::ToStreamElement(), CTBprintfMD::ToStreamElement(), CTBprintfVM::ToStreamElement(), CTBcounter::operator<<(), and print_address().


Generated at Fri Oct 24 18:14:16 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001