CBMC
xml_parse_tree.cpp
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
9 
10 #include "xml_parse_tree.h"
11 
13 {
14  xml_parse_tree.element.swap(element);
15 }
16 
18 {
19  xml.clear();
20  element.clear();
21 }
xml_parse_treet::element
xmlt element
Definition: xml_parse_tree.h:19
xml_parse_tree.h
xml_parse_treet
Definition: xml_parse_tree.h:15
xml_parse_treet::clear
void clear()
Definition: xml_parse_tree.cpp:17
xmlt::clear
void clear()
Definition: xml.cpp:17
xml_parse_treet::xml
xmlt xml
Definition: xml_parse_tree.h:18
xml_parse_treet::swap
void swap(xml_parse_treet &xml_parse_tree)
Definition: xml_parse_tree.cpp:12
xmlt::swap
void swap(xmlt &xml)
Definition: xml.cpp:25