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

Go to the source code of this file.

Namespaces

namespace  dqi

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 133 of file HanConfigMetadata.cxx.

133 {
134 p.PrintIOStream(o);
135 return o;
136}

◆ operator<<() [2/2]

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

Definition at line 138 of file HanConfigMetadata.cxx.

138 {
139 p->PrintIOStream(o);
140 return o;
141}