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>
Go to the source code of this file.
Function Documentation
Definition at line 219 of file ToolHandle.h.
00219 {
00220 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
00221 }
Definition at line 213 of file ToolHandle.h.
00213 {
00214 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
00215 }