CBMC
Loading...
Searching...
No Matches
ld_cmdline.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: A special command line object for the ld-like options
4
5Author: Daniel Kroening
6
7Date: Feb 2013
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_GOTO_CC_LD_CMDLINE_H
15#define CPROVER_GOTO_CC_LD_CMDLINE_H
16
17#include "goto_cc_cmdline.h"
18
20{
21public:
22 // overload
23 virtual bool parse(int, const char**);
24
26 {
27 }
28};
29
30#endif // CPROVER_GOTO_CC_LD_CMDLINE_H
virtual bool parse(int, const char **)
parses the command line options into a cmdlinet
Command line interpretation for goto-cc.