CBMC
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
j
l
m
r
t
w
Functions
a
c
d
f
g
r
t
w
Typedefs
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Related Symbols
b
c
d
e
g
i
j
m
n
o
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
y
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
_
a
b
c
d
f
g
i
l
m
p
r
s
t
u
v
w
Enumerator
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
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)"
15
#define GOTO_BMC_OPTIONS \
…
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
};
19
class
goto_bmc_parse_optionst
:
public
parse_options_baset
{
…
};
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::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.8