Gaudi Framework, version v23r6

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

forward declaration More...

#include <EqSolver.h>

Static Public Member Functions

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

Detailed Description

template<class TOOL>
class ToolFactory< TOOL >

forward declaration

Definition at line 19 of file EqSolver.h.

Member Function Documentation

template<class TOOL >
static IAlgTool* ToolFactory< TOOL >::create ( const std::string type,
const std::string name,
IInterface parent 
)
inlinestatic

Definition at line 16 of file ToolFactory.h.

{
return new T(type, name, parent );
}

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

Generated at Wed Jan 30 2013 17:13:49 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004