![]() |
|
|
Generated: 18 Jul 2008 |
#include <iostream>
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for ITime.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ITime |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ITime &time) |
| MsgStream & | operator<< (MsgStream &ms, const ITime &time) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const ITime & | time | |||
| ) | [inline] |
Definition at line 85 of file ITime.h.
References ITime::printOut().
00085 { 00086 return time.printOut(os); 00087 }