cprover
show_symbol_table.cpp File Reference

Show the symbol table. More...

#include "show_symbol_table.h"
#include <iostream>
#include <memory>
#include <util/language.h>
#include <langapi/mode.h>
#include "goto_model.h"
Include dependency graph for show_symbol_table.cpp:

Go to the source code of this file.

Functions

void show_symbol_table_xml_ui ()
 
void show_symbol_table_plain (const goto_modelt &goto_model, std::ostream &out)
 
void show_symbol_table (const goto_modelt &goto_model, ui_message_handlert::uit ui)
 

Detailed Description

Show the symbol table.

Definition in file show_symbol_table.cpp.

Function Documentation

§ show_symbol_table()

void show_symbol_table ( const goto_modelt goto_model,
ui_message_handlert::uit  ui 
)

§ show_symbol_table_plain()

§ show_symbol_table_xml_ui()

void show_symbol_table_xml_ui ( )

Definition at line 22 of file show_symbol_table.cpp.

Referenced by show_symbol_table().