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
19
void
cprover_cpp_library_factory
(
20
const
std::set<irep_idt> &functions,
21
const
symbol_table_baset
&,
22
symbol_table_baset
&,
23
message_handlert
&);
24
25
#endif
// CPROVER_CPP_CPROVER_LIBRARY_H
message_handlert
Definition:
message.h:27
symbol_table_baset
The symbol table base class interface.
Definition:
symbol_table_base.h:23
cprover_cpp_library_factory
void cprover_cpp_library_factory(const std::set< irep_idt > &functions, const symbol_table_baset &, symbol_table_baset &, message_handlert &)
Definition:
cprover_library.cpp:38
irep.h
src
cpp
cprover_library.h
Generated by
1.9.1