Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

SvcFactory< T > Class Template Reference

#include <SvcFactory.h>

List of all members.

Static Public Member Functions

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


Detailed Description

template<typename T>
class SvcFactory< T >

Definition at line 14 of file SvcFactory.h.


Member Function Documentation

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

Definition at line 16 of file SvcFactory.h.

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


The documentation for this class was generated from the following file:

Generated at Mon May 3 12:26:36 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004