Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
SvcFactory< TYPE > Class Template Reference

#include <AlgContextSvc.h>

Static Public Member Functions

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

Detailed Description

template<class TYPE>
class SvcFactory< TYPE >

Definition at line 18 of file AlgContextSvc.h.

Member Function Documentation

template<class TYPE >
static IService* SvcFactory< TYPE >::create ( const std::string name,
ISvcLocator svcloc 
)
inlinestatic

Definition at line 16 of file SvcFactory.h.

{
return new T(name, svcloc );
}

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

Generated at Wed Nov 28 2012 12:17:34 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004