Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IAlgTool.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/GaudiKernel/GaudiKernel/IAlgTool.h,v 1.1.1.1 2001/04/18 18:14:18 tlindner Exp $
00002 #ifndef GAUDIKERNEL_IALGTOOL_H
00003 #define GAUDIKERNEL_IALGTOOL_H
00004 
00005 // Include files
00006 #include "GaudiKernel/IInterface.h"
00007 #include <string>
00008 
00009 // Forward declarations
00010 class IAlgorithm;
00011 
00012 // Declaration of the interface ID ( interface id, major version, minor version) 
00013 static const InterfaceID IID_IAlgTool(300, 1 , 0);
00014 
00024 class IAlgTool : virtual public IInterface {
00025 public:
00026   
00028   static const InterfaceID& interfaceID() { return IID_IAlgTool; }
00029 
00035   virtual const std::string&  name() const = 0;
00036 
00038   virtual const std::string&  type() const = 0;
00039 
00043   virtual const IInterface*   parent() const = 0;
00044 };
00045 
00046 #endif  // GAUDIKERNEL_IALGTOOL_H

Generated at Wed Nov 21 12:22:03 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000