|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
General purpose interface class for tools that "do something". More...
#include <GaudiAlg/IGenericTool.h>


Public Member Functions | |
| DeclareInterfaceID (IGenericTool, 2, 0) | |
| InterfaceID. | |
| virtual void | execute ()=0 |
| Do the action. | |
| virtual | ~IGenericTool () |
General purpose interface class for tools that "do something".
Definition at line 14 of file IGenericTool.h.
| IGenericTool::~IGenericTool | ( | ) | [virtual] |
Definition at line 8 of file InterfaceVirtualDestructors.cpp.
| IGenericTool::DeclareInterfaceID | ( | IGenericTool | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual void IGenericTool::execute | ( | ) | [pure virtual] |
Do the action.