ATLAS Offline Software
Loading...
Searching...
No Matches
IOVTime.cxx File Reference
#include "AthenaKernel/IOVTime.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/EventIDBase.h"
Include dependency graph for IOVTime.cxx:

Go to the source code of this file.

Functions

MsgStream & operator<< (MsgStream &os, const IOVTime &rhs)
std::ostream & operator<< (std::ostream &os, const IOVTime &rhs)

Function Documentation

◆ operator<<() [1/2]

MsgStream & operator<< ( MsgStream & os,
const IOVTime & rhs )

Definition at line 187 of file IOVTime.cxx.

187 {
188 os << (std::string) rhs;
189 return os;
190}

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const IOVTime & rhs )

Definition at line 192 of file IOVTime.cxx.

192 {
193 os << (std::string) rhs;
194 return os;
195}