Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Classes | Functions

GaudiHandle.h File Reference

#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/GaudiException.h"
#include <string>
#include <vector>
#include <stdexcept>
#include <iostream>
Include dependency graph for GaudiHandle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GaudiHandleInfo
class  GaudiHandleBase
 Base class to handles to be used in lieu of naked pointers to various Gaudi components. More...
class  GaudiHandle< T >
 Handle to be used in lieu of naked pointers to gaudis. More...
class  GaudiHandleArrayBase
 Base class of array's of various gaudihandles. More...
class  GaudiHandleArray< T >
 T is the concrete handle type, e.g. More...

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 Jan 30 2012 13:53:06 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004