cprover
Loading...
Searching...
No Matches
safety_checker.cpp
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Safety Checker Interface
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#include "safety_checker.h"
13
15 const namespacet &_ns,
16 message_handlert &_message_handler):
17 messaget(_message_handler),
18 ns(_ns)
19{
20}
messaget(const messaget &other)
Definition message.h:193
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition namespace.h:94
const namespacet & ns
safety_checkert(const namespacet &_ns, message_handlert &_message_handler)
Safety Checker Interface.