12 #ifndef CPROVER_GOTO_DIFF_GOTO_DIFF_H
13 #define CPROVER_GOTO_DIFF_GOTO_DIFF_H
57 const std::string &group_name,
58 const std::set<irep_idt> &function_group,
66 const std::set<irep_idt> &function_group,
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
virtual ~goto_difft()=default
void output_function(const irep_idt &function_name, const goto_modelt &goto_model) const
Output function information in plain text format.
std::set< irep_idt > modified_functions
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.
const goto_modelt & goto_model1
virtual void output_functions() const
Output diff result.
void convert_function_json(json_objectt &result, const irep_idt &function_name, const goto_modelt &goto_model) const
Convert function information to JSON.
std::set< irep_idt > new_functions
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.
goto_difft(const goto_modelt &_goto_model1, const goto_modelt &_goto_model2, const optionst &_options, ui_message_handlert &_message_handler)
unsigned total_functions_count
virtual bool operator()()=0
std::set< irep_idt > deleted_functions
const goto_modelt & goto_model2
ui_message_handlert & message_handler