CBMC
|
#include <ansi_c_parse_tree.h>
Public Types | |
typedef std::list< ansi_c_declarationt > | itemst |
Public Member Functions | |
void | swap (ansi_c_parse_treet &other) |
void | clear () |
void | output (std::ostream &out) const |
Public Attributes | |
itemst | items |
Definition at line 17 of file ansi_c_parse_tree.h.
typedef std::list<ansi_c_declarationt> ansi_c_parse_treet::itemst |
Definition at line 21 of file ansi_c_parse_tree.h.
void ansi_c_parse_treet::clear | ( | void | ) |
Definition at line 18 of file ansi_c_parse_tree.cpp.
void ansi_c_parse_treet::output | ( | std::ostream & | out | ) | const |
Definition at line 23 of file ansi_c_parse_tree.cpp.
void ansi_c_parse_treet::swap | ( | ansi_c_parse_treet & | other | ) |
Definition at line 13 of file ansi_c_parse_tree.cpp.
itemst ansi_c_parse_treet::items |
Definition at line 22 of file ansi_c_parse_tree.h.