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,
23
ui_message_handlert::uit
ui,
24
const
goto_functionst
&
goto_functions
);
25
26
void
show_properties
(
27
const
goto_modelt
&,
28
ui_message_handlert::uit
ui);
29
30
#endif // CPROVER_GOTO_PROGRAMS_SHOW_PROPERTIES_H
ui_message_handlert::uit
uit
Definition:
ui_message.h:18
ui_message.h
goto_modelt
Definition:
goto_model.h:22
namespacet
TO_BE_DOCUMENTED.
Definition:
namespace.h:62
goto_functionst
Definition:
goto_functions.h:20
show_properties
void show_properties(const namespacet &ns, ui_message_handlert::uit ui, const goto_functionst &goto_functions)
Definition:
show_properties.cpp:139
goto_modelt::goto_functions
goto_functionst goto_functions
Definition:
goto_model.h:26
goto-programs
show_properties.h
Generated by
1.8.14