#include <util/irep.h>
#include <string>
Go to the source code of this file.
|
class | expr2stlt |
| Class for saving the internal state of the conversion process. More...
|
|
◆ expr2stl()
Converts a given expression to human-readable STL code.
- Parameters
-
expr | Expression to be converted. |
ns | Namespace of the TIA application. |
- Returns
- String with the STL representation of the given parameters.
Definition at line 108 of file expr2statement_list.cpp.
◆ type2stl()
Converts a given type to human-readable STL code.
- Parameters
-
type | Type to be converted. |
ns | Namespace of the TIA application. |
- Returns
- String with the STL representation of the given type.
Definition at line 115 of file expr2statement_list.cpp.