Gaudi Framework, version v23r4

Home   Generated: Mon Sep 17 2012
Functions

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.

                                                                        {
  std::string msg;
  const std::string& propName = handle.propertyName();
  if ( !propName.empty() ) msg += propName + " = ";
  msg += handle.pythonRepr();
  os << msg;
  return os;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Sep 17 2012 13:49:41 for Gaudi Framework, version v23r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004