The Gaudi Framework
v26r0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
public
:
18
DeclareInterfaceID
(
INamedInterface
,1,0);
19
21
virtual
const
std::string& name()
const
= 0;
22
24
virtual
~INamedInterface
() {}
25
26
};
27
28
#endif
INamedInterface::~INamedInterface
virtual ~INamedInterface()
Virtual destructor (always needed for abstract classes).
Definition:
INamedInterface.h:24
IInterface
Definition of the basic interface.
Definition:
IInterface.h:160
DeclareInterfaceID
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:23
INamedInterface
IInterface compliant class extending IInterface with the name() method.
Definition:
INamedInterface.h:15
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:108
IInterface.h
GaudiKernel
GaudiKernel
INamedInterface.h
Generated on Tue Jan 20 2015 20:27:21 for The Gaudi Framework by
1.8.7