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
xml_interface.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: XML Interface
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_XMLLANG_XML_INTERFACE_H
13
#define CPROVER_XMLLANG_XML_INTERFACE_H
14
15
class
cmdlinet
;
16
class
message_handlert
;
17
32
void
xml_interface
(
cmdlinet
&,
message_handlert
&);
33
34
// clang-format off
35
#define OPT_XML_INTERFACE \
36
"(xml-ui)" \
37
"(xml-interface)"
35
#define OPT_XML_INTERFACE \
…
38
39
#define HELP_XML_INTERFACE \
40
" {y--xml-ui} \t use XML-formatted output\n" \
41
" {y--xml-interface} \t bi-directional XML interface\n"
39
#define HELP_XML_INTERFACE \
…
42
// clang-format on
43
44
#endif
// CPROVER_XMLLANG_XML_INTERFACE_H
cmdlinet
Definition
cmdline.h:20
message_handlert
Definition
message.h:27
xml_interface
void xml_interface(cmdlinet &, message_handlert &)
Parse XML-formatted commandline options from stdin.
Definition
xml_interface.cpp:47
src
xmllang
xml_interface.h
Generated by
1.9.8