CBMC
show_symbol_table.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Show the symbol table
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_SHOW_SYMBOL_TABLE_H
13 #define CPROVER_GOTO_PROGRAMS_SHOW_SYMBOL_TABLE_H
14 
15 class goto_modelt;
16 class symbol_table_baset;
18 
20 
22  const symbol_table_baset &,
24 
26  const goto_modelt &,
28 
30  const goto_modelt &,
32 
33 #endif // CPROVER_GOTO_PROGRAMS_SHOW_SYMBOL_TABLE_H
The symbol table base class interface.
void show_symbol_table_brief(const symbol_table_baset &, ui_message_handlert &ui)
void show_symbol_table(const symbol_table_baset &, ui_message_handlert &ui)