![]() |
The Gaudi Framework
v26r1
|
Definition of the basic interface. More...
#include <GaudiKernel/IInterface.h>
Inherited by extend_interfaces1< IInterface > [virtual], extend_interfaces1< IInterface > [virtual], Gaudi::IFileCatalog [virtual], Gaudi::IFileCatalog [virtual], Gaudi::IFileCatalogMgr [virtual], Gaudi::IFileCatalogMgr [virtual], Gaudi::IIODataManager [virtual], Gaudi::IIODataManager [virtual], Gaudi::ISignalMonitor [virtual], Gaudi::ISignalMonitor [virtual], IAddressCreator [virtual], IAddressCreator [virtual], IAlgContextSvc [virtual], IAlgContextSvc [virtual], IAppMgrUI [virtual], IAppMgrUI [virtual], IChronoSvc [virtual], IChronoSvc [virtual], IClassManager [virtual], IClassManager [virtual], IConverter [virtual], IConverter [virtual], ICounterSvc [virtual], ICounterSvc [virtual], IDataManagerSvc [virtual], IDataManagerSvc [virtual], IDataProviderSvc [virtual], IDataProviderSvc [virtual], IDataSourceMgr [virtual], IDataSourceMgr [virtual], IDetDataSvc [virtual], IDetDataSvc [virtual], IEventProcessor [virtual], IEventProcessor [virtual], IEvtSelector [virtual], IEvtSelector [virtual], IExceptionSvc [virtual], IExceptionSvc [virtual], IFileAccess [virtual], IFileAccess [virtual], IInactiveMessageCounter [virtual], IInactiveMessageCounter [virtual], IIncidentListener [virtual], IIncidentListener [virtual], IIncidentSvc [virtual], IIncidentSvc [virtual], IInspector [virtual], IInspector [virtual], IJobOptionsSvc [virtual], IJobOptionsSvc [virtual], IMessageSvc [virtual], IMessageSvc [virtual], IMonitorSvc [virtual], IMonitorSvc [virtual], INamedInterface [virtual], INamedInterface [virtual], IPartitionControl [virtual], IPartitionControl [virtual], IPersistencySvc [virtual], IPersistencySvc [virtual], IProperty [virtual], IProperty [virtual], IPublishSvc [virtual], IPublishSvc [virtual], IRndmEngine [virtual], IRndmEngine [virtual], IRndmGen [virtual], IRndmGen [virtual], IRunable [virtual], IRunable [virtual], ISelectStatement [virtual], ISelectStatement [virtual], ISerialize [virtual], ISerialize [virtual], IStagerSvc [virtual], IStagerSvc [virtual], IStateful [virtual], IStateful [virtual], IStatSvc [virtual], IStatSvc [virtual], ISvcLocator [virtual], ISvcLocator [virtual], IToolSvc [virtual], IToolSvc [virtual], IUpdateableIF [virtual], IUpdateableIF [virtual], IUpdateManagerSvc [virtual], and IUpdateManagerSvc [virtual].
Public Types | |
| enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR, SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
| Return status. More... | |
| enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR, SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
| Return status. More... | |
| typedef Gaudi::InterfaceId < IInterface, 0, 0 > | iid |
| Interface ID. | |
| typedef mpl::set1< iid > | ext_iids |
| Extra interfaces. | |
| typedef Gaudi::InterfaceId < IInterface, 0, 0 > | iid |
| Interface ID. | |
| typedef mpl::set1< iid > | ext_iids |
| Extra interfaces. | |
Public Member Functions | |
| virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function | |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. | |
| virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. | |
| virtual unsigned long | release ()=0 |
| Release Interface instance. | |
| virtual unsigned long | refCount () const =0 |
| Current reference count. | |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. | |
| virtual | ~IInterface () |
| Virtual destructor. | |
| virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function | |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. | |
| virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. | |
| virtual unsigned long | release ()=0 |
| Release Interface instance. | |
| virtual unsigned long | refCount () const =0 |
| Current reference count. | |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. | |
| virtual | ~IInterface () |
| Virtual destructor. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. | |
Definition of the basic interface.
Definition at line 160 of file IInterface.h.
| typedef mpl::set1<iid> IInterface::ext_iids |
Extra interfaces.
Definition at line 167 of file IInterface.h.
| typedef mpl::set1<iid> IInterface::ext_iids |
Extra interfaces.
Definition at line 167 of file IInterface.h.
| typedef Gaudi::InterfaceId<IInterface,0,0> IInterface::iid |
Interface ID.
Definition at line 164 of file IInterface.h.
| typedef Gaudi::InterfaceId<IInterface,0,0> IInterface::iid |
Interface ID.
Definition at line 164 of file IInterface.h.
| enum IInterface::Status |
Return status.
Definition at line 217 of file IInterface.h.
| enum IInterface::Status |
Return status.
Definition at line 217 of file IInterface.h.
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
Increment the reference count of Interface instance.
|
pure virtual |
Increment the reference count of Interface instance.
|
pure virtual |
Returns a vector of strings containing the names of all the implemented interfaces.
Implemented in extends2< ComponentManager, ISvcManager, ISvcLocator >, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends1< DataSvc, IIncidentListener >, extends1< DataSvc, IIncidentListener >, extends1< Service, IToolSvc >, extends1< Service, IToolSvc >, extends1< Service, ICounterSvc >, extends1< Service, ICounterSvc >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, IIncidentListener >, extends1< Service, IIncidentListener >, extends1< DataSvc, IHistogramSvc >, extends1< DataSvc, IHistogramSvc >, extends1< Service, IAuditorSvc >, extends1< Service, IAuditorSvc >, extends1< Algorithm, IPartitionControl >, extends1< Algorithm, IPartitionControl >, extends1< Service, IGslSvc >, extends1< Service, IGslSvc >, extends1< Service, IPartPropSvc >, extends1< Service, IPartPropSvc >, extends1< AlgTool, IDataStreamTool >, extends1< AlgTool, IDataStreamTool >, extends1< Service, IRunable >, extends1< Service, IRunable >, extends1< Service, IEvtSelector >, extends1< Service, IEvtSelector >, extends1< Service, IFileAccess >, extends1< Service, IFileAccess >, extends1< Service, IIssueLogger >, extends1< Service, IIssueLogger >, extends1< Service, IIncidentSvc >, extends1< Service, IIncidentSvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IExceptionSvc >, extends1< Service, IExceptionSvc >, extends1< Auditor, IIncidentListener >, extends1< Auditor, IIncidentListener >, extends1< GaudiTool, IFuncMinimum >, extends1< GaudiTool, IFuncMinimum >, extends1< Service, IStatusCodeSvc >, extends1< Service, IStatusCodeSvc >, extends1< Service, IEventProcessor >, extends1< Service, IEventProcessor >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IFileAccess >, extends1< AlgTool, IFileAccess >, extends1< ComponentManager, IAlgManager >, extends1< ComponentManager, IAlgManager >, extends1< AlgTool, IPartitionControl >, extends1< AlgTool, IPartitionControl >, extends1< GaudiTool, IEqSolver >, and extends1< GaudiTool, IEqSolver >.
|
pure virtual |
Returns a vector of strings containing the names of all the implemented interfaces.
Implemented in extends2< ComponentManager, ISvcManager, ISvcLocator >, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends1< DataSvc, IIncidentListener >, extends1< DataSvc, IIncidentListener >, extends1< Service, IToolSvc >, extends1< Service, IToolSvc >, extends1< Service, ICounterSvc >, extends1< Service, ICounterSvc >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, IIncidentListener >, extends1< Service, IIncidentListener >, extends1< DataSvc, IHistogramSvc >, extends1< DataSvc, IHistogramSvc >, extends1< Service, IAuditorSvc >, extends1< Service, IAuditorSvc >, extends1< Algorithm, IPartitionControl >, extends1< Algorithm, IPartitionControl >, extends1< Service, IGslSvc >, extends1< Service, IGslSvc >, extends1< Service, IPartPropSvc >, extends1< Service, IPartPropSvc >, extends1< AlgTool, IDataStreamTool >, extends1< AlgTool, IDataStreamTool >, extends1< Service, IRunable >, extends1< Service, IRunable >, extends1< Service, IEvtSelector >, extends1< Service, IEvtSelector >, extends1< Service, IFileAccess >, extends1< Service, IFileAccess >, extends1< Service, IIssueLogger >, extends1< Service, IIssueLogger >, extends1< Service, IIncidentSvc >, extends1< Service, IIncidentSvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IExceptionSvc >, extends1< Service, IExceptionSvc >, extends1< Auditor, IIncidentListener >, extends1< Auditor, IIncidentListener >, extends1< GaudiTool, IFuncMinimum >, extends1< GaudiTool, IFuncMinimum >, extends1< Service, IStatusCodeSvc >, extends1< Service, IStatusCodeSvc >, extends1< Service, IEventProcessor >, extends1< Service, IEventProcessor >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IFileAccess >, extends1< AlgTool, IFileAccess >, extends1< ComponentManager, IAlgManager >, extends1< ComponentManager, IAlgManager >, extends1< AlgTool, IPartitionControl >, extends1< AlgTool, IPartitionControl >, extends1< GaudiTool, IEqSolver >, and extends1< GaudiTool, IEqSolver >.
|
pure virtual |
main cast function
Implemented in extends2< ComponentManager, ISvcManager, ISvcLocator >, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends1< DataSvc, IIncidentListener >, extends1< DataSvc, IIncidentListener >, extends1< Service, IToolSvc >, extends1< Service, IToolSvc >, extends1< Service, ICounterSvc >, extends1< Service, ICounterSvc >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, IIncidentListener >, extends1< Service, IIncidentListener >, extends1< DataSvc, IHistogramSvc >, extends1< DataSvc, IHistogramSvc >, extends1< Service, IAuditorSvc >, extends1< Service, IAuditorSvc >, extends1< Algorithm, IPartitionControl >, extends1< Algorithm, IPartitionControl >, extends1< Service, IGslSvc >, extends1< Service, IGslSvc >, extends1< Service, IPartPropSvc >, extends1< Service, IPartPropSvc >, extends1< AlgTool, IDataStreamTool >, extends1< AlgTool, IDataStreamTool >, extends1< Service, IRunable >, extends1< Service, IRunable >, extends1< Service, IEvtSelector >, extends1< Service, IEvtSelector >, extends1< Service, IFileAccess >, extends1< Service, IFileAccess >, extends1< Service, IIssueLogger >, extends1< Service, IIssueLogger >, extends1< Service, IIncidentSvc >, extends1< Service, IIncidentSvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IExceptionSvc >, extends1< Service, IExceptionSvc >, extends1< Auditor, IIncidentListener >, extends1< Auditor, IIncidentListener >, extends1< GaudiTool, IFuncMinimum >, extends1< GaudiTool, IFuncMinimum >, extends1< Service, IStatusCodeSvc >, extends1< Service, IStatusCodeSvc >, extends1< Service, IEventProcessor >, extends1< Service, IEventProcessor >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IFileAccess >, extends1< AlgTool, IFileAccess >, extends1< ComponentManager, IAlgManager >, extends1< ComponentManager, IAlgManager >, extends1< AlgTool, IPartitionControl >, extends1< AlgTool, IPartitionControl >, extends1< GaudiTool, IEqSolver >, and extends1< GaudiTool, IEqSolver >.
|
pure virtual |
main cast function
Implemented in extends2< ComponentManager, ISvcManager, ISvcLocator >, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends1< DataSvc, IIncidentListener >, extends1< DataSvc, IIncidentListener >, extends1< Service, IToolSvc >, extends1< Service, IToolSvc >, extends1< Service, ICounterSvc >, extends1< Service, ICounterSvc >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, IIncidentListener >, extends1< Service, IIncidentListener >, extends1< DataSvc, IHistogramSvc >, extends1< DataSvc, IHistogramSvc >, extends1< Service, IAuditorSvc >, extends1< Service, IAuditorSvc >, extends1< Algorithm, IPartitionControl >, extends1< Algorithm, IPartitionControl >, extends1< Service, IGslSvc >, extends1< Service, IGslSvc >, extends1< Service, IPartPropSvc >, extends1< Service, IPartPropSvc >, extends1< AlgTool, IDataStreamTool >, extends1< AlgTool, IDataStreamTool >, extends1< Service, IRunable >, extends1< Service, IRunable >, extends1< Service, IEvtSelector >, extends1< Service, IEvtSelector >, extends1< Service, IFileAccess >, extends1< Service, IFileAccess >, extends1< Service, IIssueLogger >, extends1< Service, IIssueLogger >, extends1< Service, IIncidentSvc >, extends1< Service, IIncidentSvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IExceptionSvc >, extends1< Service, IExceptionSvc >, extends1< Auditor, IIncidentListener >, extends1< Auditor, IIncidentListener >, extends1< GaudiTool, IFuncMinimum >, extends1< GaudiTool, IFuncMinimum >, extends1< Service, IStatusCodeSvc >, extends1< Service, IStatusCodeSvc >, extends1< Service, IEventProcessor >, extends1< Service, IEventProcessor >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IFileAccess >, extends1< AlgTool, IFileAccess >, extends1< ComponentManager, IAlgManager >, extends1< ComponentManager, IAlgManager >, extends1< AlgTool, IPartitionControl >, extends1< AlgTool, IPartitionControl >, extends1< GaudiTool, IEqSolver >, and extends1< GaudiTool, IEqSolver >.
|
inlinestatic |
Return an instance of InterfaceID identifying the interface.
Definition at line 171 of file IInterface.h.
|
inlinestatic |
Return an instance of InterfaceID identifying the interface.
Definition at line 171 of file IInterface.h.
|
pure virtual |
Set the void** to the pointer to the requested interface of the instance.
Implemented in PropertyMgr, PropertyMgr, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends1< DataSvc, IIncidentListener >, extends1< DataSvc, IIncidentListener >, extends1< Service, IToolSvc >, extends1< Service, IToolSvc >, extends1< Service, ICounterSvc >, extends1< Service, ICounterSvc >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, IIncidentListener >, extends1< Service, IIncidentListener >, extends1< DataSvc, IHistogramSvc >, extends1< DataSvc, IHistogramSvc >, extends1< Service, IAuditorSvc >, extends1< Service, IAuditorSvc >, extends1< Algorithm, IPartitionControl >, extends1< Algorithm, IPartitionControl >, extends1< Service, IGslSvc >, extends1< Service, IGslSvc >, extends1< Service, IPartPropSvc >, extends1< Service, IPartPropSvc >, extends1< AlgTool, IDataStreamTool >, extends1< AlgTool, IDataStreamTool >, extends1< Service, IRunable >, extends1< Service, IRunable >, extends1< Service, IEvtSelector >, extends1< Service, IEvtSelector >, extends1< Service, IFileAccess >, extends1< Service, IFileAccess >, extends1< Service, IIssueLogger >, extends1< Service, IIssueLogger >, extends1< Service, IIncidentSvc >, extends1< Service, IIncidentSvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IExceptionSvc >, extends1< Service, IExceptionSvc >, extends1< Auditor, IIncidentListener >, extends1< Auditor, IIncidentListener >, extends1< GaudiTool, IFuncMinimum >, extends1< GaudiTool, IFuncMinimum >, extends1< Service, IStatusCodeSvc >, extends1< Service, IStatusCodeSvc >, extends1< Service, IEventProcessor >, extends1< Service, IEventProcessor >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IFileAccess >, extends1< AlgTool, IFileAccess >, extends1< ComponentManager, IAlgManager >, extends1< ComponentManager, IAlgManager >, extends1< AlgTool, IPartitionControl >, extends1< AlgTool, IPartitionControl >, extends1< GaudiTool, IEqSolver >, extends1< GaudiTool, IEqSolver >, DLLClassManager, ComponentManager, and ComponentManager.
|
pure virtual |
Set the void** to the pointer to the requested interface of the instance.
Implemented in PropertyMgr, PropertyMgr, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends2< ComponentManager, ISvcManager, ISvcLocator >, extends1< DataSvc, IIncidentListener >, extends1< DataSvc, IIncidentListener >, extends1< Service, IToolSvc >, extends1< Service, IToolSvc >, extends1< Service, ICounterSvc >, extends1< Service, ICounterSvc >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, Gaudi::ISignalMonitor >, extends1< Service, IIncidentListener >, extends1< Service, IIncidentListener >, extends1< DataSvc, IHistogramSvc >, extends1< DataSvc, IHistogramSvc >, extends1< Service, IAuditorSvc >, extends1< Service, IAuditorSvc >, extends1< Algorithm, IPartitionControl >, extends1< Algorithm, IPartitionControl >, extends1< Service, IGslSvc >, extends1< Service, IGslSvc >, extends1< Service, IPartPropSvc >, extends1< Service, IPartPropSvc >, extends1< AlgTool, IDataStreamTool >, extends1< AlgTool, IDataStreamTool >, extends1< Service, IRunable >, extends1< Service, IRunable >, extends1< Service, IEvtSelector >, extends1< Service, IEvtSelector >, extends1< Service, IFileAccess >, extends1< Service, IFileAccess >, extends1< Service, IIssueLogger >, extends1< Service, IIssueLogger >, extends1< Service, IIncidentSvc >, extends1< Service, IIncidentSvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IParticlePropertySvc >, extends1< Service, IExceptionSvc >, extends1< Service, IExceptionSvc >, extends1< Auditor, IIncidentListener >, extends1< Auditor, IIncidentListener >, extends1< GaudiTool, IFuncMinimum >, extends1< GaudiTool, IFuncMinimum >, extends1< Service, IStatusCodeSvc >, extends1< Service, IStatusCodeSvc >, extends1< Service, IEventProcessor >, extends1< Service, IEventProcessor >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IGslErrorHandler >, extends1< AlgTool, IFileAccess >, extends1< AlgTool, IFileAccess >, extends1< ComponentManager, IAlgManager >, extends1< ComponentManager, IAlgManager >, extends1< AlgTool, IPartitionControl >, extends1< AlgTool, IPartitionControl >, extends1< GaudiTool, IEqSolver >, extends1< GaudiTool, IEqSolver >, DLLClassManager, ComponentManager, and ComponentManager.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Release Interface instance.
|
pure virtual |
Release Interface instance.