CBMC
as86_cmdline.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: A special command line object for as86 (of Bruce's C Compiler)
4 
5 Author: Michael Tautschnig
6 
7 Date: July 2016
8 
9 \*******************************************************************/
10 
14 
15 #ifndef CPROVER_GOTO_CC_AS86_CMDLINE_H
16 #define CPROVER_GOTO_CC_AS86_CMDLINE_H
17 
18 #include "goto_cc_cmdline.h"
19 
21 {
22 public:
23  // overload
24  virtual bool parse(int, const char**);
25 
27  {
28  }
29 };
30 
31 #endif // CPROVER_GOTO_CC_AS86_CMDLINE_H
as86_cmdlinet
Definition: as86_cmdline.h:20
goto_cc_cmdline.h
as86_cmdlinet::as86_cmdlinet
as86_cmdlinet()
Definition: as86_cmdline.h:26
as86_cmdlinet::parse
virtual bool parse(int, const char **)
Definition: as86_cmdline.cpp:57
goto_cc_cmdlinet
Definition: goto_cc_cmdline.h:19