cprover
Toggle main menu visibility
Loading...
Searching...
No Matches
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
exprt
Base class for all expressions.
Definition
expr.h:57
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition
namespace.h:91
typet
The type of an expression, extends irept.
Definition
type.h:29
xmlt
Definition
xml.h:21
xml.h
xml
xmlt xml(const exprt &, const namespacet &)
Definition
xml_expr.cpp:129
goto-programs
xml_expr.h
Generated by
1.17.0