|
cprover
|
#include <safety_checker.h>
Public Types | |
| enum class | resultt { SAFE , UNSAFE , ERROR , PAUSED } |
Public Member Functions | |
| safety_checkert (const namespacet &_ns, message_handlert &_message_handler) | |
| virtual resultt | operator() (const goto_functionst &goto_functions)=0 |
Public Attributes | |
| goto_tracet | error_trace |
Protected Attributes | |
| const namespacet & | ns |
Additional Inherited Members |
Definition at line 24 of file safety_checker.h.
|
strong |
Definition at line 29 of file safety_checker.h.
| safety_checkert::safety_checkert | ( | const namespacet & | _ns, |
| message_handlert & | _message_handler ) |
Definition at line 14 of file safety_checker.cpp.
|
pure virtual |
| goto_tracet safety_checkert::error_trace |
Definition at line 50 of file safety_checker.h.
|
protected |
Definition at line 54 of file safety_checker.h.