Gaudi Framework, version v20r2

Generated: 18 Jul 2008

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::ostreamoperator<< (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.

References Gaudi::Units::ms, and ITime::printOut().

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.

References ITime::printOut().

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


Generated at Fri Jul 18 12:02:28 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004