|
cprover
|
Go to the source code of this file.
Classes | |
| class | expr2stlt |
| Class for saving the internal state of the conversion process. More... | |
Functions | |
| std::string | expr2stl (const exprt &expr, const namespacet &ns) |
| Converts a given expression to human-readable STL code. | |
| std::string | type2stl (const typet &type, const namespacet &ns) |
| Converts a given type to human-readable STL code. | |
| std::string expr2stl | ( | const exprt & | expr, |
| const namespacet & | ns ) |
Converts a given expression to human-readable STL code.
| expr | Expression to be converted. |
| ns | Namespace of the TIA application. |
Definition at line 108 of file expr2statement_list.cpp.
| std::string type2stl | ( | const typet & | type, |
| const namespacet & | ns ) |
Converts a given type to human-readable STL code.
| type | Type to be converted. |
| ns | Namespace of the TIA application. |
Definition at line 115 of file expr2statement_list.cpp.