00001 00006 /*----------------------------------------------------------------------------*/ 00007 /* C Tool Box: Designed and implemented by: */ 00008 /* Walter F.J. Mueller Gesellschaft fuer Schwerionenforschung (GSI) */ 00009 /* Planckstrasse 1, D-64291 Darmstadt, Germany */ 00010 /* Email: W.F.J.Mueller@gsi.de */ 00011 /* WWW: http://www-kp3.gsi.de/www/kp3/people/mueller.html */ 00012 /*------------------------------------------+---------------------------------*/ 00013 00014 #include "CTB.hxx" 00015 #include "CTBosFill.hxx" 00016 00048 //------------------------------------------+----------------------------------- 00053 ostream& operator<<( 00054 ostream& os, 00055 const CTBosFill& osf) 00056 { 00057 for (CTBint i = 0; i < osf.Count(); i++) os.put(osf.Fill()); 00058 return os; 00059 }