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_parse_tree.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
9
10
#include "
xml_parse_tree.h
"
11
12
void
xml_parse_treet::swap
(
xml_parse_treet
&
xml_parse_tree
)
13
{
14
xml_parse_tree
.element.swap(
element
);
15
}
12
void
xml_parse_treet::swap
(
xml_parse_treet
&
xml_parse_tree
) {
…
}
16
17
void
xml_parse_treet::clear
()
18
{
19
xml
.
clear
();
20
element
.
clear
();
21
}
17
void
xml_parse_treet::clear
() {
…
}
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
xml_parse_treet
Definition
xml_parse_tree.h:16
xml_parse_treet::clear
void clear()
Definition
xml_parse_tree.cpp:17
xml_parse_treet::swap
void swap(xml_parse_treet &xml_parse_tree)
Definition
xml_parse_tree.cpp:12
xml_parse_treet::element
xmlt element
Definition
xml_parse_tree.h:19
xml_parse_treet::xml
xmlt xml
Definition
xml_parse_tree.h:18
xmlt::clear
void clear()
Definition
xml.cpp:17
xml_parse_tree.h
src
xmllang
xml_parse_tree.cpp
Generated by
1.9.8