All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AudFactory< T > Class Template Reference

#include <GaudiKernel/Auditor.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class AudFactory< T >

Definition at line 261 of file Auditor.h.

Member Function Documentation

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

Definition at line 265 of file Auditor.h.

265  {
266  return new T(args...);
267  }
list args
Definition: gaudirun.py:254

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