Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v29r0 (ff2e7097)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 198 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 203 of file Service.h.

204  {
205  return new T( std::forward<Args>( args )... );
206  }

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