The Gaudi Framework  v28r3 (cc1cf868)
AlgFactory< T > Class Template Reference

#include <GaudiKernel/Algorithm.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class AlgFactory< T >

Definition at line 619 of file Algorithm.h.

Member Function Documentation

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

Definition at line 624 of file Algorithm.h.

625  {
626  return new T( std::forward<Args>( args )... );
627  }

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