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

IInTail.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_IINTAIL_H
00002 #define FASTSHOWER_IINTAIL_H
00003 
00004 #ifndef FASTSHOWER_IDEBUG_H
00005 #include "FastShowerUtils/IDebug.h"
00006 #endif
00007 
00008 namespace FastShower{
00009   class PolyArgs;
00010   class IInTail: virtual public IDebug{
00011   public:
00012     virtual ~IInTail(){}
00013     virtual bool operator()(const PolyArgs&) const = 0;
00014     virtual IInTail* clone()                                   const = 0;
00015   };
00016 }//namespace
00017 #endif

Generated on Tue Mar 18 11:50:01 2003 for FastShowerUtils by doxygen1.3-rc1