#include "GaudiKernel/GaudiHandle.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/IToolSvc.h"
#include "GaudiKernel/INamedInterface.h"
#include <string>
#include <vector>
#include <stdexcept>
Go to the source code of this file.
template<class T >
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ToolHandle< T > & |
handle |
|
) |
| |
|
inline |
Definition at line 213 of file ToolHandle.h.
214 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.
220 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );