CBMC
symbol_table_base.cpp File Reference
#include "symbol_table_base.h"
#include <ostream>
#include <algorithm>
+ Include dependency graph for symbol_table_base.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const symbol_table_baset &symbol_table)
 Print the contents of the symbol table. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const symbol_table_baset symbol_table 
)

Print the contents of the symbol table.

Parameters
outThe ostream to direct output to
symbol_tableThe symbol table to print out

Definition at line 76 of file symbol_table_base.cpp.