The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
INamedInterface.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_INAMEDINTERFACE_H
2
#define GAUDIKERNEL_INAMEDINTERFACE_H
3
4
// Include files
5
#include "
GaudiKernel/IInterface.h
"
6
#include <string>
7
15
class
GAUDI_API
INamedInterface
:
virtual
public
IInterface
16
{
17
public
:
19
DeclareInterfaceID
(
INamedInterface
, 1, 0 );
20
22
virtual
const
std::string
&
name
()
const
= 0;
23
};
24
25
#endif
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:32
std::string
STL class.
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:13
IInterface
Definition of the basic interface.
Definition:
IInterface.h:277
INamedInterface
IInterface compliant class extending IInterface with the name() method.
Definition:
INamedInterface.h:15
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:104
IInterface.h
GaudiKernel
GaudiKernel
INamedInterface.h
Generated on Wed Aug 1 2018 23:21:04 for The Gaudi Framework by
1.8.11