CBMC
cprover_library.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Michael Tautschnig
6 
7 \*******************************************************************/
8 
9 #ifndef CPROVER_CPP_CPROVER_LIBRARY_H
10 #define CPROVER_CPP_CPROVER_LIBRARY_H
11 
12 #include <set>
13 
14 #include <util/irep.h>
15 
16 class message_handlert;
17 class symbol_tablet;
18 
20  const std::set<irep_idt> &functions,
21  symbol_tablet &,
23 
24 #endif // CPROVER_CPP_CPROVER_LIBRARY_H
symbol_tablet
The symbol table.
Definition: symbol_table.h:13
message_handlert
Definition: message.h:27
cprover_cpp_library_factory
void cprover_cpp_library_factory(const std::set< irep_idt > &functions, symbol_tablet &, message_handlert &)
Definition: cprover_library.cpp:38
irep.h