CBMC
xml_expr.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
9
#ifndef CPROVER_GOTO_PROGRAMS_XML_EXPR_H
10
#define CPROVER_GOTO_PROGRAMS_XML_EXPR_H
11
12
#include <
util/xml.h
>
13
14
class
typet
;
15
class
exprt
;
16
class
namespacet
;
17
18
xmlt
xml
(
const
exprt
&,
const
namespacet
&);
19
20
xmlt
xml
(
const
typet
&,
const
namespacet
&);
21
22
#endif // CPROVER_GOTO_PROGRAMS_XML_EXPR_H
typet
The type of an expression, extends irept.
Definition:
type.h:28
exprt
Base class for all expressions.
Definition:
expr.h:55
xml.h
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition:
namespace.h:90
xml
xmlt xml(const exprt &, const namespacet &)
Definition:
xml_expr.cpp:130
xmlt
Definition:
xml.h:20
src
goto-programs
xml_expr.h
Generated by
1.8.17