CBMC
|
#include <cpp_parse_tree.h>
Public Types | |
typedef std::list< cpp_itemt > | itemst |
Public Member Functions | |
void | swap (cpp_parse_treet &cpp_parse_tree) |
void | clear () |
Public Attributes | |
itemst | items |
Definition at line 19 of file cpp_parse_tree.h.
typedef std::list<cpp_itemt> cpp_parse_treet::itemst |
Definition at line 24 of file cpp_parse_tree.h.
void cpp_parse_treet::clear | ( | void | ) |
Definition at line 19 of file cpp_parse_tree.cpp.
void cpp_parse_treet::swap | ( | cpp_parse_treet & | cpp_parse_tree | ) |
Definition at line 14 of file cpp_parse_tree.cpp.
itemst cpp_parse_treet::items |
Definition at line 25 of file cpp_parse_tree.h.