Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
ToolHandle.h File Reference
#include "GaudiKernel/GaudiHandle.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/IToolSvc.h"
#include "GaudiKernel/INamedInterface.h"
#include <string>
#include <vector>
#include <stdexcept>
Include dependency graph for ToolHandle.h:

Go to the source code of this file.

Classes

class  ToolHandleInfo
 General info and helper functions for toolhandles and arrays. More...
 
class  ToolHandle< T >
 Handle to be used in lieu of naked pointers to tools. More...
 
class  ToolHandleArray< 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 ToolHandle< T > &handle)
 
template<class T >
std::ostreamoperator<< (std::ostream &os, const ToolHandleArray< T > &handle)
 

Function Documentation

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

Definition at line 213 of file ToolHandle.h.

{
return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
}
template<class T >
std::ostream& operator<< ( std::ostream os,
const ToolHandleArray< T > &  handle 
)
inline

Definition at line 219 of file ToolHandle.h.

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

Generated at Thu Jul 18 2013 12:18:06 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004