|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
The IClassManager is the interface implemented by the generic Factory in the Application Manager to support class management functions. More...
#include <GaudiKernel/IClassManager.h>


Public Member Functions | |
| DeclareInterfaceID (IClassManager, 2, 0) | |
| virtual StatusCode | loadModule (const std::string &module, bool fireIncident=true)=0 |
| Declare a sharable library to be used for creating instances of a given algorithm type. | |
The IClassManager is the interface implemented by the generic Factory in the Application Manager to support class management functions.
Definition at line 20 of file IClassManager.h.
| IClassManager::DeclareInterfaceID | ( | IClassManager | , |
| 2 | , | ||
| 0 | |||
| ) |
| virtual StatusCode IClassManager::loadModule | ( | const std::string & | module, |
| bool | fireIncident = true |
||
| ) | [pure virtual] |
Declare a sharable library to be used for creating instances of a given algorithm type.
Implemented in DLLClassManager.