Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions

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

virtual unsigned long IFactory::addRef (  ) 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.

IFactory::DeclareInterfaceID ( IFactory  ,
,
 
)
virtual const std::string& IFactory::ident (  ) const [pure virtual]
virtual IInterface* IFactory::instantiate ( IInterface parent ) const [pure virtual]

Instantiate an instance of a Gaudi class.

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

Release Interface instance.

Implements IInterface.

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

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:41 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004