Gaudi Framework, version v20r4

Generated: 8 Jan 2009

ITime.h File Reference

#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)
MsgStreamoperator<< (MsgStream &ms, const ITime &time)


Function Documentation

MsgStream& operator<< ( MsgStream ms,
const ITime time 
) [inline]

Definition at line 89 of file ITime.h.

00089                                                                  {
00090   if ( ms.isActive() ) time.printOut(ms.stream()); 
00091   return ms;
00092 } 

std::ostream& operator<< ( std::ostream &  os,
const ITime time 
) [inline]

Definition at line 85 of file ITime.h.

00085                                                                    {
00086   return  time.printOut(os); 
00087 } 


Generated at Thu Jan 8 17:47:15 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004