Gaudi Framework, version v20r3

Generated: 24 Nov 2008

ToolFactory< T > Class Template Reference

#include <ToolFactory.h>

List of all members.


Detailed Description

template<typename T>
class ToolFactory< T >

Definition at line 13 of file ToolFactory.h.


Static Public Member Functions

static IAlgToolcreate (const std::string &type, const std::string &name, IInterface *parent)

Member Function Documentation

template<typename T>
static IAlgTool* ToolFactory< T >::create ( const std::string &  type,
const std::string &  name,
IInterface parent 
) [inline, static]

Definition at line 14 of file ToolFactory.h.

00014               : static IAlgTool* create(const std::string& type, const std::string& name,  IInterface *parent) { 
00015     return new T(type, name, parent ); 
00016   }


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

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