Gaudi Framework, version v20r4

Generated: 8 Jan 2009

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.

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 Thu Jan 8 17:51:43 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004