![]() |
|
|
Generated: 24 Nov 2008 |
#include <GaudiKernel/IClassManager.h>


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 InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| 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.