Setters and support for methods which return different types

Description

  • float
    • setter
    • support for method that returns this type
  • int
    • setter
    • support for method that returns this type
  • boolean
    • setter
    • support for method that returns this type
  • array fixed-length
    • setter
    • support for method that returns this type
  • array allocatable-length
    • setter
    • support for method that returns this type
  • character fixed-length
    • setter
    • support for method that returns this type
  • character allocatable-length
    • setter
    • support for method that returns this type
  • derived type via pointer
    • setter
    • support for method that returns this type

Note: derived type via attribute left for #42 (closed)

Checklist

Please confirm that this pull request has done the following:

  • Tests added
  • Documentation added (where applicable)
  • Changelog item added to changelog/

Closes #57 (closed)

Edited by Zebedee Nicholls

Merge request reports

Loading