SvcFactory< T > Class Template Reference

#include <GaudiKernel/Service.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class SvcFactory< T >

Definition at line 280 of file Service.h.

Member Function Documentation

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

Definition at line 284 of file Service.h.

284  {
285  return new T(args...);
286  }
list args
Definition: gaudirun.py:262

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