pure functiondestructor
Release storage
Extends from Modelica.Icons.Function (Icon for functions).
Information
Destructor that frees the memory of the object.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| SpawnExternalObject | adapter |
Revisions
-
July 10, 2026, by Michael Wetter:
Corrected C function implementation to comply with Modelica Language Standard.
This change only affects the C function implementation and does not impact the Modelica function signature.
This is for issue 4658. -
February 18, 2021, by Michael Wetter:
Refactor synchronization of constructors.
This is for #2360. -
February 14, 2018, by Michael Wetter:
First implementation.