|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#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. | |
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.