CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cpp_convert_type.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: C++ Language Conversion
4
5Author: Daniel Kroening, kroening@cs.cmu.edu
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_CPP_CPP_CONVERT_TYPE_H
13#define CPROVER_CPP_CPP_CONVERT_TYPE_H
14
16class typet;
17
19
20void cpp_convert_auto(typet &dest, const typet &src, message_handlert &);
21
22#endif // CPROVER_CPP_CPP_CONVERT_TYPE_H
The type of an expression, extends irept.
Definition type.h:29
void cpp_convert_plain_type(typet &, message_handlert &)
void cpp_convert_auto(typet &dest, const typet &src, message_handlert &)