Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Static Public Member Functions

AlgFactory< T > Class Template Reference

#include <AlgFactory.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<typename T>
class AlgFactory< T >

Definition at line 15 of file AlgFactory.h.


Member Function Documentation

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

Definition at line 17 of file AlgFactory.h.

                                                                        {
    return new T(name, svcloc );
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:09 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004