ATLAS Offline Software
Functions
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 185 of file IOVTime.cxx.

185  {
186  os << (std::string) rhs;
187  return os;
188 }

◆ operator<<() [2/2]

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

Definition at line 190 of file IOVTime.cxx.

190  {
191  os << (std::string) rhs;
192  return os;
193 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231