Gaudi Framework, version v20r2

Generated: 18 Jul 2008

IPoolDbCnvFactory Class Reference

#include <PoolDb/PoolDbCnvFactory.h>

Inheritance diagram for IPoolDbCnvFactory:

Inheritance graph
[legend]
Collaboration diagram for IPoolDbCnvFactory:

Collaboration graph
[legend]
List of all members.

Detailed Description

Description: Interface definition for POOL converter factories.

Author:
M.Frank
Version:
1.0

Definition at line 26 of file PoolDbCnvFactory.h.

Public Member Functions

virtual IConverterinstantiate (long typ, const CLID &clid, ISvcLocator *svcloc) const =0
 Instantiation method.

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 Retrieve interface ID.


Member Function Documentation

static const InterfaceID& IPoolDbCnvFactory::interfaceID (  )  [inline, static]

Retrieve interface ID.

Reimplemented from IInterface.

Definition at line 29 of file PoolDbCnvFactory.h.

References IID_IPoolDbCnvFactory.

00029 { return IID_IPoolDbCnvFactory; }

virtual IConverter* IPoolDbCnvFactory::instantiate ( long  typ,
const CLID clid,
ISvcLocator svcloc 
) const [pure virtual]

Instantiation method.

Parameters:
typ [IN] Storage type of the converter to be created
clid [IN] Class identifier of the converter
svcloc [IN] Pointer to service locator object
Returns:
Pointer to created converter object.

Implemented in PoolDbCnvFactory< ConcreteConverter, i >.


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:08:21 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004