#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>
Go to the source code of this file.
template<class T >
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const ServiceHandle< T > & |
handle |
|
) |
| |
|
inline |
Definition at line 145 of file ServiceHandle.h.
146 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
Definition at line 150 of file ServiceHandle.h.
151 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );