12 #ifndef CPROVER_GOTO_DIFF_GOTO_DIFF_H 13 #define CPROVER_GOTO_DIFF_GOTO_DIFF_H 58 const std::string &group_name,
59 const std::set<irep_idt> &function_group,
67 const std::set<irep_idt> &function_group,
75 #endif // CPROVER_GOTO_DIFF_GOTO_DIFF_H void set_ui(ui_message_handlert::uit _ui)
ui_message_handlert::uit ui
const goto_modelt & goto_model1
void output_function(const irep_idt &function_name, const goto_modelt &goto_model) const
Output function information in plain text format.
const goto_modelt & goto_model2
goto_difft(const goto_modelt &_goto_model1, const goto_modelt &_goto_model2, const optionst &_options, message_handlert &_message_handler)
unsigned total_functions_count
virtual void output_functions() const
Output diff result.
std::set< irep_idt > modified_functions
mstreamt & result() const
virtual bool operator()()=0
void output_function_group(const std::string &group_name, const std::set< irep_idt > &function_group, const goto_modelt &goto_model) const
Output group of functions in plain text format.
void convert_function_json(json_objectt &result, const irep_idt &function_name, const goto_modelt &goto_model) const
Convert function information to JSON.
void convert_function_group_json(json_arrayt &result, const std::set< irep_idt > &function_group, const goto_modelt &goto_model) const
Convert a function group to JSON.
std::set< irep_idt > deleted_functions
std::set< irep_idt > new_functions