All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AlgTool::declareInterface< I > Class Template Reference

#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/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 196 of file AlgTool.h.

Constructor & Destructor Documentation

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

Definition at line 198 of file AlgTool.h.

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

Definition at line 198 of file AlgTool.h.

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

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