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
Base class for all expressions.
Definition: expr.h:56
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition: namespace.h:94
The type of an expression, extends irept.
Definition: type.h:29
Definition: xml.h:21
xmlt xml(const exprt &, const namespacet &)
Definition: xml_expr.cpp:130