cprover
syntactic_difft Class Reference

#include <syntactic_diff.h>

Inheritance diagram for syntactic_difft:
[legend]
Collaboration diagram for syntactic_difft:
[legend]

Public Member Functions

 syntactic_difft (const goto_modelt &_goto_model1, const goto_modelt &_goto_model2, message_handlert &_message_handler)
 
virtual bool operator() ()
 
- Public Member Functions inherited from goto_difft
 goto_difft (const goto_modelt &_goto_model1, const goto_modelt &_goto_model2, message_handlert &_message_handler)
 
void set_ui (language_uit::uit _ui)
 
virtual std::ostream & output_functions (std::ostream &out) const
 
- Public Member Functions inherited from messaget
virtual void set_message_handler (message_handlert &_message_handler)
 
message_handlertget_message_handler ()
 
 messaget ()
 
 messaget (const messaget &other)
 
 messaget (message_handlert &_message_handler)
 
virtual ~messaget ()
 
mstreamtget_mstream (unsigned message_level)
 
mstreamterror ()
 
mstreamtwarning ()
 
mstreamtresult ()
 
mstreamtstatus ()
 
mstreamtstatistics ()
 
mstreamtprogress ()
 
mstreamtdebug ()
 

Additional Inherited Members

- Public Types inherited from messaget
enum  message_levelt {
  M_ERROR =1, M_WARNING =2, M_RESULT =4, M_STATUS =6,
  M_STATISTICS =8, M_PROGRESS =9, M_DEBUG =10
}
 
- Static Public Member Functions inherited from messaget
static mstreamteom (mstreamt &m)
 
static mstreamtendl (mstreamt &m)
 
- Protected Types inherited from goto_difft
typedef std::set< irep_idtirep_id_sett
 
- Protected Member Functions inherited from goto_difft
void convert_function_group (json_arrayt &result, const irep_id_sett &function_group) const
 
void convert_function (json_objectt &result, const irep_idt &function_name) const
 
- Protected Attributes inherited from goto_difft
const goto_modeltgoto_model1
 
const goto_modeltgoto_model2
 
language_uit::uit ui
 
unsigned total_functions_count
 
irep_id_sett new_functions
 
irep_id_sett modified_functions
 
irep_id_sett deleted_functions
 
- Protected Attributes inherited from messaget
message_handlertmessage_handler
 
mstreamt mstream
 

Detailed Description

Definition at line 17 of file syntactic_diff.h.

Constructor & Destructor Documentation

◆ syntactic_difft()

syntactic_difft::syntactic_difft ( const goto_modelt _goto_model1,
const goto_modelt _goto_model2,
message_handlert _message_handler 
)
inlineexplicit

Definition at line 20 of file syntactic_diff.h.

Member Function Documentation

◆ operator()()


The documentation for this class was generated from the following files: