Base class for classes that can be wrapped with pyfgen.
Such classes must always be finalisable, to help with memory management across the Python-Fortran interface.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | INVALID_INSTANCE_INDEX | = | -1 | Value that denotes an invalid model index |
| procedure(derived_type_finalise), public :: finalise |