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

CTBprintfMatrix.hxx

Go to the documentation of this file.
00001 #ifndef _CTBprintfMatrix_HXX
00002 #define _CTBprintfMatrix_HXX 1
00003 
00012 /*----------------------------------------------------------------------------*/
00013 /* C Tool Box: Designed and implemented by:                                   */
00014 /*    Walter F.J. Mueller   Gesellschaft fuer Schwerionenforschung (GSI)      */
00015 /*                          Planckstrasse 1, D-64291 Darmstadt, Germany       */
00016 /*                  Email:  W.F.J.Mueller@gsi.de                              */
00017 /*                  WWW:    http://www-kp3.gsi.de/www/kp3/people/mueller.html */
00018 /*------------------------------------------+---------------------------------*/
00019 
00020 #ifndef _CTBmatrix_HXX
00021 #include "CTBmatrix.hxx"
00022 #endif
00023 
00024 #include "CTBprintfMD.hxx"
00025 #include "CTBprintfM.hxx"
00026 
00027 template <class T>
00028 CTBprintfMD<T> CTBprintf(const CTBmatrix<T>& value, const char* c_format=0,
00029                          int i_width=0, int i_precision=0, CTBint i_pcol=0, 
00030                          CTBint i_wind=-1);
00031 
00032 template <class T>
00033 CTBprintfVM<T> CTBprintf(const CTBvector<CTBmatrix<T> >& value,
00034                          const char* c_format=0, int i_width=0,
00035                          int i_precision=0, CTBint i_pcol=0, CTBint i_wind=-1);
00036 
00037 // implementation is all inline
00038 #include "CTBprintfMatrix.icc"
00039 
00040 #endif

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