|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 2013 |
#include <DLLClassManager.h>


Public Member Functions | |
| DLLClassManager (IInterface *iface) | |
| virtual | ~DLLClassManager () |
| virtual StatusCode | loadModule (const std::string &module, bool fireIncident=true) |
| Declare a sharable library to be used for creating instances of a given algorithm type. | |
| virtual StatusCode | queryInterface (const InterfaceID &iid, void **pinterface) |
| implementation of IInterface::queryInterface | |
Private Attributes | |
| SmartIF< ISvcLocator > | m_svclocator |
| SmartIF< IMessageSvc > | m_msgsvc |
| SmartIF< IInterface > | m_pOuter |
Additional Inherited Members | |
Public Types inherited from implements1< IClassManager > | |
| typedef implements1 | base_class |
| Typedef to this class. | |
| typedef extend_interfaces1 < IClassManager > | extend_interfaces_base |
| Typedef to the base of this class. | |
| typedef extend_interfaces_base::ext_iids | interfaces |
| MPL set of all the implemented interfaces. | |
Static Public Member Functions inherited from IInterface | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. | |
Definition at line 28 of file DLLClassManager.h.
| DLLClassManager::DLLClassManager | ( | IInterface * | iface | ) |
Definition at line 21 of file DLLClassManager.cpp.
|
virtual |
Definition at line 31 of file DLLClassManager.cpp.
|
virtual |
Declare a sharable library to be used for creating instances of a given algorithm type.
Implements IClassManager.
Definition at line 35 of file DLLClassManager.cpp.
|
virtual |
implementation of IInterface::queryInterface
Implements IInterface.
Definition at line 86 of file DLLClassManager.cpp.
|
private |
Definition at line 47 of file DLLClassManager.h.
|
private |
Definition at line 48 of file DLLClassManager.h.
|
private |
Definition at line 42 of file DLLClassManager.h.