Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Static Public Member Functions

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.

                                                                      {
    return new T(name, svcloc );
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:46 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004