The following table lists the results of generating code for objects with implicit type.
| Situation | Results of code generation |
|---|---|
| Implicit type | During code generation, the object is mapped in two parts:
|
| Implicit type in a package (global) | The code for the instance is generated in the package file and the code for the implicit class is generated into files named <object>.h and <object>.cpp. |
| Implicit type in a structured class (part) | The code for the instance is generated in the composite class file and the code for the implicit class is generated as a nested class of the composite (in the file for the composite). |
| Embeddable objects | The default code scheme for code generation for objects is
changed to embeddable. The default values of the following properties
were changed:
|