Gaudi Framework, version v20r2

Generated: 18 Jul 2008

SvcFactory< T > Class Template Reference

#include <SvcFactory.h>

List of all members.


Detailed Description

template<typename T>
class SvcFactory< T >

Definition at line 13 of file SvcFactory.h.

Static Public Member Functions

static IServicecreate (const std::string &name, ISvcLocator *svcloc)


Member Function Documentation

template<typename T>
static IService* SvcFactory< T >::create ( const std::string name,
ISvcLocator svcloc 
) [inline, static]

Definition at line 14 of file SvcFactory.h.

References name.

00014               : static IService* create(const std::string& name, ISvcLocator *svcloc) { 
00015     return new T(name, svcloc ); 
00016   }


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:09:27 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004