#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/GaudiException.h"
#include <string>
#include <vector>
#include <stdexcept>
#include <iostream>
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const GaudiHandleInfo & |
handle |
|
) |
| |
Definition at line 116 of file GaudiHandle.cpp.
119 if ( !propName.empty() ) msg += propName +
" = ";
const std::string & propertyName() const
name as used in declareProperty(name,gaudiHandle)
virtual const std::string pythonRepr() const =0
Python representation of handle, i.e.