![]() |
The Gaudi Framework
v25r3
|
#include <src/ApplicationMgr/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. More... | |
| virtual StatusCode | queryInterface (const InterfaceID &iid, void **pinterface) |
| implementation of IInterface::queryInterface More... | |
Public Member Functions inherited from extend_interfaces1< IClassManager > | |
| virtual | ~extend_interfaces1 () |
| Virtual destructor. More... | |
Public Member Functions inherited from IClassManager | |
| DeclareInterfaceID (IClassManager, 2, 0) | |
Public Member Functions inherited from IInterface | |
| virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function More... | |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. More... | |
| virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. More... | |
| virtual unsigned long | release ()=0 |
| Release Interface instance. More... | |
| virtual unsigned long | refCount () const =0 |
| Current reference count. More... | |
| virtual | ~IInterface () |
| Virtual destructor. More... | |
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. More... | |
| typedef extend_interfaces1 < IClassManager > | extend_interfaces_base |
| Typedef to the base of this class. More... | |
| typedef extend_interfaces_base::ext_iids | interfaces |
| MPL set of all the implemented interfaces. More... | |
Public Types inherited from extend_interfaces1< IClassManager > | |
| typedef IClassManager::iid::iids::type | ext_iids |
| MPL set of interfaces extended by this one. More... | |
Public Types inherited from IInterface | |
| enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
| Return status. More... | |
| typedef Gaudi::InterfaceId < IInterface, 0, 0 > | iid |
| Interface ID. More... | |
| typedef mpl::set1< iid > | ext_iids |
| Extra interfaces. More... | |
Static Public Member Functions inherited from IInterface | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. More... | |
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.