return_string_parameter Abstract Interface

abstract interface
public function return_string_parameter(this, i_matter) result(string)

Arguments

Type IntentOptional Attributes Name
class(idbase), intent(in) :: this

idbase object which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object whose string is to return

Return Value character(len=:),ALLOCATABLE

Description

INTERFACE for a PROCEDURE that returns a CHARACTER(LEN=:)