Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
AlgFactory< T > Class Template Reference

#include <GaudiAlgorithm.h>

Static Public Member Functions

static IAlgorithmcreate (const std::string &name, ISvcLocator *svcloc)
 

Detailed Description

template<class T>
class AlgFactory< T >

Definition at line 23 of file GaudiAlgorithm.h.

Member Function Documentation

template<class T >
static IAlgorithm* AlgFactory< T >::create ( const std::string name,
ISvcLocator svcloc 
)
inlinestatic

Definition at line 17 of file AlgFactory.h.

{
return new T(name, svcloc );
}

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

Generated at Wed Dec 4 2013 14:33:14 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004