cprover
symbol_table.cpp File Reference
#include "symbol_table.h"
#include <ostream>
Include dependency graph for symbol_table.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

§ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const symbol_tablet 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 148 of file symbol_table.cpp.

References symbol_tablet::show().

Referenced by symbol_tablet::has_symbol().