Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

GaudiHandle.cpp File Reference

#include "GaudiKernel/GaudiHandle.h"
#include <iostream>
#include <string>
Include dependency graph for GaudiHandle.cpp:

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &os, const GaudiHandleInfo &handle)

Function Documentation

std::ostream& operator<< ( std::ostream os,
const GaudiHandleInfo handle 
)

Definition at line 116 of file GaudiHandle.cpp.

00116                                                                         {
00117   std::string msg;
00118   const std::string& propName = handle.propertyName();
00119   if ( !propName.empty() ) msg += propName + " = ";
00120   msg += handle.pythonRepr();
00121   os << msg;
00122   return os;
00123 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:27:59 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004