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

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

Go to the documentation of this file.
00001 #ifndef _EXEC_PASS_H_
00002 #define _EXEC_PASS_H_
00003 
00014 #include "utils/simple_module.h"
00015 
00016 class ExecPass : public SimpleModule {
00017 
00018  public:
00019   ExecPass(SuifEnv* senv);
00020   virtual void execute(suif_vector<LString>* args);
00021   virtual String get_help_string(void) const;
00022 };
00023 
00024 
00025 #endif // _EXEC_PASS_H_

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