ATLAS Offline Software
Loading...
Searching...
No Matches
HanConfigCompAlg.cxx File Reference
Include dependency graph for HanConfigCompAlg.cxx:

Go to the source code of this file.

Namespaces

namespace  dqi

Functions

std::ostream & operator<< (std::ostream &o, const dqi::HanConfigCompAlg &p)
std::ostream & operator<< (std::ostream &o, const dqi::HanConfigCompAlg *p)

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & o,
const dqi::HanConfigCompAlg & p )

Definition at line 158 of file HanConfigCompAlg.cxx.

158 {
159 p.PrintIOStream(o);
160 return o;
161}

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & o,
const dqi::HanConfigCompAlg * p )

Definition at line 163 of file HanConfigCompAlg.cxx.

163 {
164 p->PrintIOStream(o);
165 return o;
166}