The Gaudi Framework
v26r4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IAuditorSvc.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IAUDITORSVC_H
2
#define GAUDIKERNEL_IAUDITORSVC_H
3
4
#include "GaudiKernel/IAuditor.h"
5
#include "GaudiKernel/IService.h"
6
#include "GaudiKernel/System.h"
7
#include <string>
8
15
class
GAUDI_API
IAuditorSvc
:
virtual
public
extend_interfaces2
<IService, IAuditor> {
16
public
:
18
DeclareInterfaceID
(
IAuditorSvc
,3,0);
19
21
virtual
IAuditor
* getAuditor(
const
std::string&
name
) = 0;
22
23
};
24
25
#endif // INTERFACES_IAUDITORSVC_H
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:28
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:14
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:11
IAuditorSvc
The interface implemented by the IAuditorSvc base class.
Definition:
IAuditorSvc.h:15
IAuditor
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition:
IAuditor.h:18
GaudiKernel
GaudiKernel
IAuditorSvc.h
Generated on Mon Oct 12 2015 16:26:48 for The Gaudi Framework by
1.8.9.1