CBMC
xml_parse_tree.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
9 
10 #ifndef CPROVER_XMLLANG_XML_PARSE_TREE_H
11 #define CPROVER_XMLLANG_XML_PARSE_TREE_H
12 
13 #include <util/xml.h>
14 
16 {
17 public:
20 
21  void swap(xml_parse_treet &xml_parse_tree);
22  void clear();
23 };
24 
25 #endif // CPROVER_XMLLANG_XML_PARSE_TREE_H
void swap(xml_parse_treet &xml_parse_tree)
Definition: xml.h:21