cprover
destructor.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Destructor Calls
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_DESTRUCTOR_H
13 #define CPROVER_GOTO_PROGRAMS_DESTRUCTOR_H
14 
15 #include <util/expr.h>
16 #include <util/namespace.h>
17 
19  const namespacet &ns,
20  const typet &type);
21 
22 #endif // CPROVER_GOTO_PROGRAMS_DESTRUCTOR_H
The type of an expression.
Definition: type.h:22
typet & type()
Definition: expr.h:56
TO_BE_DOCUMENTED.
Definition: namespace.h:74
A function call.
Definition: std_code.h:828
class code_function_callt get_destructor(const namespacet &ns, const typet &type)
Definition: destructor.cpp:18