Gaudi Framework, version v20r4

Generated: 8 Jan 2009

IClassManager Class Reference

#include <GaudiKernel/IClassManager.h>

Inheritance diagram for IClassManager:

Inheritance graph
[legend]
Collaboration diagram for IClassManager:

Collaboration graph
[legend]

List of all members.


Detailed Description

The IClassManager is the interface implemented by the generic Factory in the Application Manager to support class management functions.

Author:
Pere Mato

Definition at line 24 of file IClassManager.h.


Public Member Functions

virtual StatusCode loadModule (const std::string &module, bool fireIncident=true)=0
 Declare a shareable library to be used for creating instances of a given algorithm type.

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 Retrieve interface ID.

Member Function Documentation

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

Retrieve interface ID.

Reimplemented from IInterface.

Definition at line 28 of file IClassManager.h.

00028 { return IID_IClassManager; }

virtual StatusCode IClassManager::loadModule ( const std::string &  module,
bool  fireIncident = true 
) [pure virtual]

Declare a shareable library to be used for creating instances of a given algorithm type.

Implemented in DLLClassManager.


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

Generated at Thu Jan 8 17:51:27 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004