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

nci/suif/suif2b/basepasses/usefulpasses/time_module.h

Go to the documentation of this file.
00001 #ifndef USEFULPASSES__TIME_MODULE_H
00002 #define USEFULPASSES__TIME_MODULE_H
00003 
00004 #include "suifkernel/module.h"
00005 
00006 class TimeModule : public Module {
00007 public:
00008   TimeModule( SuifEnv* suif_env );
00009   virtual ~TimeModule();
00010 
00011   virtual Module* clone() const;
00012   virtual bool delete_me() const;
00013 
00014   virtual void execute();
00015 };
00016 
00017 #endif

Generated at Mon Jul 31 13:41:26 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000