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

In This Package:

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

00016                                                                         {
00017     return new T(name, svcloc );
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:05 2011 for GaudiKernel by doxygen 1.4.7