|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
#include <ToolFactory.h>
Static Public Member Functions | |
| static IAlgTool * | create (const std::string &type, const std::string &name, IInterface *parent) |
Definition at line 14 of file ToolFactory.h.
| static IAlgTool* ToolFactory< T >::create | ( | const std::string & | type, | |
| const std::string & | name, | |||
| IInterface * | parent | |||
| ) | [inline, static] |
Definition at line 16 of file ToolFactory.h.
00016 { 00017 return new T(type, name, parent ); 00018 }