Gaudi Framework, version v20r3

Generated: 24 Nov 2008

FCFactory< T > Class Template Reference

List of all members.


Detailed Description

template<typename T>
class FCFactory< T >

Definition at line 31 of file XMLFileCatalog.cpp.


Static Public Member Functions

static IInterfacecreate (const string &name, IMessageSvc *msg)

Member Function Documentation

template<typename T>
static IInterface* FCFactory< T >::create ( const string &  name,
IMessageSvc msg 
) [inline, static]

Definition at line 32 of file XMLFileCatalog.cpp.

00032       : static IInterface* create(const string& name, IMessageSvc *msg) { 
00033     return new T(name, msg); 
00034   }


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

Generated at Mon Nov 24 14:45:16 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004