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

#include <GaudiKernel/Algorithm.h>

Static Public Member Functions

template<typename S >
static S::ReturnType create (typename S::Arg1Type a1, typename S::Arg2Type a2)
 

Detailed Description

template<class T>
class AlgFactory< T >

Definition at line 592 of file Algorithm.h.

Member Function Documentation

template<class T >
template<typename S >
static S::ReturnType AlgFactory< T >::create ( typename S::Arg1Type  a1,
typename S::Arg2Type  a2 
)
inlinestatic

Definition at line 595 of file Algorithm.h.

596  {
597  return new T(a1, a2);
598  }

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