Gaudi Framework, version v20r3

Generated: 24 Nov 2008

AlgFactory< T > Class Template Reference

#include <AlgFactory.h>

List of all members.


Detailed Description

template<typename T>
class AlgFactory< T >

Definition at line 13 of file AlgFactory.h.


Static Public Member Functions

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

Member Function Documentation

template<typename T>
static IAlgorithm* AlgFactory< T >::create ( const std::string &  name,
ISvcLocator svcloc 
) [inline, static]

Definition at line 14 of file AlgFactory.h.

00014               : static IAlgorithm* create(const std::string& name, ISvcLocator *svcloc) { 
00015     return new T(name, svcloc ); 
00016   }


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

Generated at Mon Nov 24 14:44:53 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004