|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#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). | |
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.