CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
xml_parse_tree.cpp
Go to the documentation of this file.
1/*******************************************************************\
2
3Module:
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
9
10#include "xml_parse_tree.h"
11
16
18{
19 xml.clear();
20 element.clear();
21}
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
void swap(xml_parse_treet &xml_parse_tree)
void clear()
Definition xml.cpp:17