AudFactory< T > Class Template Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/Auditor.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 AudFactory< T >

Definition at line 263 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 267 of file Auditor.h.

267  {
268  return new T(args...);
269  }
list args
Definition: gaudirun.py:289
template<class T >
template<typename S , typename... Args>
static S::ReturnType AudFactory< T >::create ( Args...  args)
inlinestatic

Definition at line 267 of file Auditor.h.

267  {
268  return new T(args...);
269  }
list args
Definition: gaudirun.py:289

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