![]() |
|
|
Generated: 18 Jul 2008 |
#include <AlgFactory.h>
Definition at line 13 of file AlgFactory.h.
Static Public Member Functions | |
| static IAlgorithm * | create (const std::string &name, ISvcLocator *svcloc) |
| static IAlgorithm* AlgFactory< T >::create | ( | const std::string & | name, | |
| ISvcLocator * | svcloc | |||
| ) | [inline, static] |
Definition at line 14 of file AlgFactory.h.
References name.
00014 : static IAlgorithm* create(const std::string& name, ISvcLocator *svcloc) { 00015 return new T(name, svcloc ); 00016 }