#include <AlgTool.h>
|
| template<typename S > |
| static S::ReturnType | create (typename S::Arg1Type a1, typename S::Arg2Type a2, typename S::Arg3Type a3) |
| |
template<class T>
class ToolFactory< T >
Definition at line 360 of file AlgTool.h.
template<class T >
template<typename S >
| static S::ReturnType ToolFactory< T >::create |
( |
typename S::Arg1Type |
a1, |
|
|
typename S::Arg2Type |
a2, |
|
|
typename S::Arg3Type |
a3 |
|
) |
| |
|
inlinestatic |
Definition at line 363 of file AlgTool.h.
{
return new T(a1, a2, a3);
}
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r0/GaudiKernel/GaudiKernel/AlgTool.h