|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/Timing.h"
Go to the source code of this file.
Classes | |
| class | TimerForSequencer |
| Auxilliary class. More... | |
Functions | |
| MsgStream & | operator<< (MsgStream &ms, const TimerForSequencer &count) |
| MsgStream& operator<< | ( | MsgStream & | ms, | |
| const TimerForSequencer & | count | |||
| ) | [inline] |
Definition at line 115 of file TimerForSequencer.h.
00115 { 00116 return count.fillStream( ms ); 00117 }