cprover
Toggle main menu visibility
Loading...
Searching...
No Matches
cpp_convert_type.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: C++ Language Conversion
4
5
Author: 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
15
class
message_handlert
;
16
class
typet
;
17
18
void
cpp_convert_plain_type
(
typet
&,
message_handlert
&);
19
20
void
cpp_convert_auto
(
typet
&dest,
const
typet
&src,
message_handlert
&);
21
22
#endif
// CPROVER_CPP_CPP_CONVERT_TYPE_H
message_handlert
Definition
message.h:27
typet
The type of an expression, extends irept.
Definition
type.h:29
cpp_convert_plain_type
void cpp_convert_plain_type(typet &, message_handlert &)
Definition
cpp_convert_type.cpp:325
cpp_convert_auto
void cpp_convert_auto(typet &dest, const typet &src, message_handlert &)
Definition
cpp_convert_type.cpp:347
cpp
cpp_convert_type.h
Generated by
1.17.0