#include <GaudiKernel/IClassManager.h>
Inheritance diagram for IClassManager:

Public Methods | |
| virtual StatusCode | declareFactory ( const IFactory& factory ) = 0 |
| Declare an abastract class factory to be used to create instances of a given type. | |
| virtual StatusCode | loadModule ( const std::string& module ) = 0 |
| Declare a shareable library to be used for creating instances of a given algorithm type. | |
Static Public Methods | |
| const InterfaceID& | interfaceID () |
| Retrieve interface ID. More... | |
Definition at line 24 of file IClassManager.h.
|
|
Declare an abastract class factory to be used to create instances of a given type.
|
|
|
Retrieve interface ID.
Reimplemented from IInterface. Definition at line 28 of file IClassManager.h. |
|
|
Declare a shareable library to be used for creating instances of a given algorithm type.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000