| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ToolFactory< T > Class Template Reference

#include <ToolFactory.h>

List of all members.


Static Public Member Functions

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

Detailed Description

template<typename T>
class ToolFactory< T >

Definition at line 14 of file ToolFactory.h.


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 16 of file ToolFactory.h.

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


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:15 2011 for GaudiKernel by doxygen 1.4.7