CBMC
cpp_parse_tree.cpp
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: C++ Parser
4 
5 Author: Daniel Kroening, kroening@cs.cmu.edu
6 
7 \*******************************************************************/
8 
11 
12 #include "cpp_parse_tree.h"
13 
15 {
16  cpp_parse_tree.items.swap(items);
17 }
18 
20 {
21  items.clear();
22 }
cpp_parse_treet::swap
void swap(cpp_parse_treet &cpp_parse_tree)
Definition: cpp_parse_tree.cpp:14
cpp_parse_treet
Definition: cpp_parse_tree.h:19
cpp_parse_treet::clear
void clear()
Definition: cpp_parse_tree.cpp:19
cpp_parse_tree.h
cpp_parse_treet::items
itemst items
Definition: cpp_parse_tree.h:25