AlgTool::declareInterface< I > Class Template Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/AlgTool.h>

Public Member Functions

template<class T >
 declareInterface (T *tool)
 
template<class T >
 declareInterface (T *tool)
 

Detailed Description

template<class I>
class AlgTool::declareInterface< I >

Definition at line 197 of file AlgTool.h.

Constructor & Destructor Documentation

template<class I>
template<class T >
AlgTool::declareInterface< I >::declareInterface ( T *  tool)
inline

Definition at line 199 of file AlgTool.h.

199  {
200  tool->declInterface( I::interfaceID(), (I*)tool);
201  }
template<class I>
template<class T >
AlgTool::declareInterface< I >::declareInterface ( T *  tool)
inline

Definition at line 199 of file AlgTool.h.

199  {
200  tool->declInterface( I::interfaceID(), (I*)tool);
201  }

The documentation for this class was generated from the following file: