vector_test_description_t Interface

public interface vector_test_description_t

Functions

private module function construct_from_strings(descriptions, vector_diagnosis_function) result(vector_test_description)

The result is a vector_test_description_t object with the components defined by the dummy arguments

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: descriptions(:)
procedure(vector_diagnosis_function_i), intent(in), optional, pointer :: vector_diagnosis_function

Return Value type(vector_test_description_t)