![]() |
|
|
Generated: 24 Nov 2008 |
#include <GaudiKernel/INamedInterface.h>


Definition at line 19 of file INamedInterface.h.
Public Member Functions | |
| virtual const std::string & | name () const =0 |
| Retrieve the name of the instance. | |
| virtual | ~INamedInterface () |
| Virtual destructor (always needed for abstract classes). | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| virtual INamedInterface::~INamedInterface | ( | ) | [inline, virtual] |
Virtual destructor (always needed for abstract classes).
Definition at line 29 of file INamedInterface.h.
| static const InterfaceID& INamedInterface::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Reimplemented in IErrorTool, IGenericTool, IHistoTool, ISequencerTimerTool, ITupleTool, IEqSolver, IFuncMinimum, IGslErrorHandler, IGslSvc, IAlgorithm, IAlgTool, IAuditor, IAuditorSvc, IChronoStatSvc, IDataStreamTool, IEventTimeDecoder, IHistorySvc, IIssueLogger, IMagneticFieldSvc, IParticlePropertySvc, IPartPropSvc, IRndmGenSvc, IService, IStatusCodeSvc, and ITHistSvc.
Definition at line 23 of file INamedInterface.h.
00023 { return IID_INamedInterface; }
| virtual const std::string& INamedInterface::name | ( | ) | const [pure virtual] |
Retrieve the name of the instance.
Implemented in Algorithm, AlgTool, Auditor, Service, and ApplicationMgr.