construct_from_string_funloc Module Procedure

module procedure construct_from_string_funloc module function construct_from_string_funloc(description, diagnosis_function) result(test_description)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: description
type(c_funptr), intent(in) :: diagnosis_function

Return Value type(test_description_t)