SvcFactory< T > Class Template Reference

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/Service.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class SvcFactory< T >

Definition at line 343 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 347 of file Service.h.

347  {
348  return new T(std::forward<Args>(args)...);
349  }
list args
Definition: gaudirun.py:290
template<class T >
template<typename S , typename... Args>
static S::ReturnType SvcFactory< T >::create ( Args &&...  args)
inlinestatic

Definition at line 347 of file Service.h.

347  {
348  return new T(std::forward<Args>(args)...);
349  }
list args
Definition: gaudirun.py:290

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