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
symtab2gb_parse_options.h
Go to the documentation of this file.
1
/******************************************************************\
2
3
Module: symtab2gb_parse_options
4
5
Author: Diffblue Ltd.
6
7
\******************************************************************/
8
9
#ifndef CPROVER_SYMTAB2GB_SYMTAB2GB_PARSE_OPTIONS_H
10
#define CPROVER_SYMTAB2GB_SYMTAB2GB_PARSE_OPTIONS_H
11
12
#include <
util/parse_options.h
>
13
14
#define SYMTAB2GB_OUT_FILE_OPT "out"
15
16
// clang-format off
17
18
#define SYMTAB2GB_OPTIONS \
19
"(" SYMTAB2GB_OUT_FILE_OPT "):" \
20
"(verbosity):" \
21
// end options
22
23
// clang-format on
24
25
class
symtab2gb_parse_optionst
:
public
parse_options_baset
26
{
27
public
:
28
symtab2gb_parse_optionst
(
int
argc,
const
char
*argv[]);
29
void
help
()
override
;
30
int
doit
()
override
;
31
32
protected
:
33
void
register_languages
()
override
;
34
};
25
class
symtab2gb_parse_optionst
:
public
parse_options_baset
{
…
};
35
36
#endif
// CPROVER_SYMTAB2GB_SYMTAB2GB_PARSE_OPTIONS_H
parse_options_baset
Definition
parse_options.h:20
symtab2gb_parse_optionst
Definition
symtab2gb_parse_options.h:26
symtab2gb_parse_optionst::help
void help() override
Definition
symtab2gb_parse_options.cpp:147
symtab2gb_parse_optionst::doit
int doit() override
Definition
symtab2gb_parse_options.cpp:123
symtab2gb_parse_optionst::register_languages
void register_languages() override
Definition
symtab2gb_parse_options.cpp:114
parse_options.h
src
symtab2gb
symtab2gb_parse_options.h
Generated by
1.9.8