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_table_baset;
18 
20  const std::set<irep_idt> &functions,
21  const symbol_table_baset &,
24 
25 #endif // CPROVER_CPP_CPROVER_LIBRARY_H
The symbol table base class interface.
void cprover_cpp_library_factory(const std::set< irep_idt > &functions, const symbol_table_baset &, symbol_table_baset &, message_handlert &)