cprover
show_properties.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Show the properties
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_SHOW_PROPERTIES_H
13 #define CPROVER_GOTO_PROGRAMS_SHOW_PROPERTIES_H
14 
15 #include <util/ui_message.h>
16 
17 class goto_functionst;
18 class namespacet;
19 class goto_modelt;
20 
21 void show_properties(
22  const namespacet &ns,
25 
26 void show_properties(
27  const goto_modelt &,
29 
30 #endif // CPROVER_GOTO_PROGRAMS_SHOW_PROPERTIES_H
TO_BE_DOCUMENTED.
Definition: namespace.h:62
void show_properties(const namespacet &ns, ui_message_handlert::uit ui, const goto_functionst &goto_functions)
goto_functionst goto_functions
Definition: goto_model.h:26