CBMC
goto_bmc_parse_options.h
Go to the documentation of this file.
1
// Author: Fotis Koutoulakis for Diffblue Ltd.
2
3
#ifndef CPROVER_GOTO_BMC_GOTO_BMC_PARSE_OPTIONS_H
4
#define CPROVER_GOTO_BMC_GOTO_BMC_PARSE_OPTIONS_H
5
6
#include <
util/parse_options.h
>
7
8
#include <
libcprover-cpp/api_options.h
>
9
10
#include <memory>
11
#include <string>
12
#include <vector>
13
14
// clang-format off
15
#define GOTO_BMC_OPTIONS \
16
"(version)"
17
// clang-format on
18
19
class
goto_bmc_parse_optionst
:
public
parse_options_baset
20
{
21
public
:
22
goto_bmc_parse_optionst
(
int
argc,
const
char
**argv);
23
24
void
help
()
override
;
25
26
int
doit
()
override
;
27
};
28
29
#endif
// CPROVER_GOTO_BMC_GOTO_BMC_PARSE_OPTIONS_H
api_options.h
goto_bmc_parse_optionst
Definition:
goto_bmc_parse_options.h:20
goto_bmc_parse_optionst::doit
int doit() override
Definition:
goto_bmc_parse_options.cpp:24
goto_bmc_parse_optionst::goto_bmc_parse_optionst
goto_bmc_parse_optionst(int argc, const char **argv)
Definition:
goto_bmc_parse_options.cpp:15
goto_bmc_parse_optionst::help
void help() override
Definition:
goto_bmc_parse_options.cpp:83
parse_options_baset
Definition:
parse_options.h:20
parse_options.h
src
goto-bmc
goto_bmc_parse_options.h
Generated by
1.9.1