Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

IFactory Class Reference

The IFactory is the interface used to create contrete instances of Objectes. More...

#include <GaudiKernel/IFactory.h>

Inheritance diagram for IFactory:

Inheritance graph
[legend]
Collaboration diagram for IFactory:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeclareInterfaceID (IFactory, 2, 0)
 InterfaceID.
virtual IInterfaceinstantiate (IInterface *parent) const =0
 Instantiate an instance of a Gaudi class.
virtual unsigned long addRef () const =0
virtual unsigned long release () const =0
virtual unsigned long addRef ()=0
 Re-declaring these here avoids a compiler warning about hidden functions.
virtual unsigned long release ()=0
 Release Interface instance.
virtual const std::stringident () const =0


Detailed Description

The IFactory is the interface used to create contrete instances of Objectes.

It can be used to create Services, Algorithms, Converters, ...

Author:
Pere Mato

Definition at line 17 of file IFactory.h.


Member Function Documentation

IFactory::DeclareInterfaceID ( IFactory  ,
,
 
)

virtual IInterface* IFactory::instantiate ( IInterface parent  )  const [pure virtual]

Instantiate an instance of a Gaudi class.

virtual unsigned long IFactory::addRef (  )  const [pure virtual]

virtual unsigned long IFactory::release (  )  const [pure virtual]

virtual unsigned long IFactory::addRef (  )  [pure virtual]

Re-declaring these here avoids a compiler warning about hidden functions.

Refer to ARM Page 210. Increment the reference count of Interface instance

Implements IInterface.

virtual unsigned long IFactory::release (  )  [pure virtual]

Release Interface instance.

Implements IInterface.

virtual const std::string& IFactory::ident (  )  const [pure virtual]


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

Generated at Mon May 3 12:24:59 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004