00001 #ifndef _CTBprintf3vec_HXX 00002 #define _CTBprintf3vec_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 _CTB3vec_HXX 00021 #include "CTB3vec.hxx" 00022 #endif 00023 00024 #include "CTBprintfVD.hxx" 00025 00026 template <class T> 00027 CTBprintfVD<T> CTBprintf(const CTB3vec<T>& value, const char* c_format=0, 00028 int i_width=0, int i_precision=0); 00029 00030 // implementation is all inline 00031 #include "CTBprintf3vec.icc" 00032 00033 #endif