Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011

INamedInterface.h

Go to the documentation of this file.
00001 #ifndef GAUDIKERNEL_INAMEDINTERFACE_H
00002 #define GAUDIKERNEL_INAMEDINTERFACE_H
00003 
00004 // Include files
00005 #include "GaudiKernel/IInterface.h"
00006 #include <string>
00007 
00015 class GAUDI_API INamedInterface: virtual public IInterface {
00016 public:
00018   DeclareInterfaceID(INamedInterface,1,0);
00019 
00021   virtual const std::string& name() const = 0;
00022 
00024   virtual ~INamedInterface() {}
00025 
00026 };
00027 
00028 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:53:26 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004