ATLAS Offline Software
Functions
TestGaudiProperty.cxx File Reference
#include "GaudiKernel/System.h"
#include "Gaudi/Property.h"
#include "AthenaPoolTestData/TestGaudiProperty.h"
#include <cstdlib>
#include <iostream>
Include dependency graph for TestGaudiProperty.cxx:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &lhs, const TestGaudiProperty &)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  lhs,
const TestGaudiProperty  
)

Definition at line 69 of file TestGaudiProperty.cxx.

69  {
70  lhs << "Property: [" << endl;
71  lhs << "DUMB: ";
72  //rhs.property()->nameAndValueAsStream(lhs);
73  lhs << endl;
74  lhs << "]" << endl;
75  return lhs;
76 }