ToolFactory< T > Class Template Reference

#include <GaudiKernel/AlgTool.h>

Static Public Member Functions

template<typename S , typename... Args>
static S::ReturnType create (Args...args)
 

Detailed Description

template<class T>
class ToolFactory< T >

Definition at line 363 of file AlgTool.h.

Member Function Documentation

template<class T >
template<typename S , typename... Args>
static S::ReturnType ToolFactory< T >::create ( Args...  args)
inlinestatic

Definition at line 367 of file AlgTool.h.

367  {
368  return new T(args...);
369  }
list args
Definition: gaudirun.py:262

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