Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

ServiceHandle.h File Reference

#include "GaudiKernel/GaudiHandle.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ServiceLocatorHelper.h"
#include <string>
#include <stdexcept>
Include dependency graph for ServiceHandle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServiceHandle< T >
 Handle to be used in lieu of naked pointers to services. More...
class  ServiceHandleArray< T >
 Array of Handles to be used in lieu of vector of naked pointers to tools. More...

Functions

template<class T >
std::ostreamoperator<< (std::ostream &os, const ServiceHandle< T > &handle)
template<class T >
std::ostreamoperator<< (std::ostream &os, const ServiceHandleArray< T > &handle)

Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream os,
const ServiceHandleArray< T > &  handle 
) [inline]

Definition at line 148 of file ServiceHandle.h.

00148                                                                                      {
00149   return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
00150 }

template<class T >
std::ostream& operator<< ( std::ostream os,
const ServiceHandle< T > &  handle 
) [inline]

Definition at line 143 of file ServiceHandle.h.

00143                                                                                 {
00144   return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
00145 }

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

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