The Gaudi Framework  v29r0 (ff2e7097)
ToolFactory< T > Struct 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>
struct ToolFactory< T >

Definition at line 337 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 339 of file AlgTool.h.

340  {
341  return new T( std::forward<Args>( args )... );
342  }

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