Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 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 Dec 4 2013 14:33:19 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004