Gaudi Framework, version v20r2

Generated: 18 Jul 2008

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.

References IID_IClassManager.

Referenced by ApplicationMgr::queryInterface().

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 Fri Jul 18 12:07:56 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004