ATLAS Offline Software
Classes | Functions
TestGaudiProperty.h File Reference
#include "Gaudi/Property.h"
#include <string>
#include <vector>
#include <utility>
#include <iosfwd>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for TestGaudiProperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TestGaudiProperty
 

Functions

std::ostream & operator<< (std::ostream &lhs, const TestGaudiProperty &rhs)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  lhs,
const TestGaudiProperty rhs 
)

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 }