|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
IInterface compliant class extending IInterface with the name() method. More...
#include <GaudiKernel/INamedInterface.h>


Public Member Functions | |
| DeclareInterfaceID (INamedInterface, 1, 0) | |
| InterfaceID. | |
| virtual const std::string & | name () const =0 |
| Retrieve the name of the instance. | |
| virtual | ~INamedInterface () |
| Virtual destructor (always needed for abstract classes). | |
IInterface compliant class extending IInterface with the name() method.
Definition at line 15 of file INamedInterface.h.
| virtual INamedInterface::~INamedInterface | ( | ) | [inline, virtual] |
Virtual destructor (always needed for abstract classes).
Definition at line 24 of file INamedInterface.h.
{}
| INamedInterface::DeclareInterfaceID | ( | INamedInterface | , |
| 1 | , | ||
| 0 | |||
| ) |
| virtual const std::string& INamedInterface::name | ( | ) | const [pure virtual] |
Retrieve the name of the instance.