ATLAS Offline Software
Functions
IOVRange.cxx File Reference
#include "AthenaKernel/IOVRange.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/EventIDRange.h"
#include <sstream>
#include <stdexcept>
#include <iostream>
Include dependency graph for IOVRange.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  msg,
const IOVRange rhs 
)

Definition at line 52 of file IOVRange.cxx.

52  {
53  msg << (std::string) rhs;
54  return msg;
55 }

◆ operator<<() [2/2]

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

Definition at line 47 of file IOVRange.cxx.

47  {
48  os << (std::string) rhs;
49  return os;
50 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7