dm_request_index Function

public pure elemental function dm_request_index(request, name) result(index)

Searches request for responses of passed name and returns the index of the first found. If no response of this name is found, the index is set to 0.

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(in) :: request

Request type.

character(len=*), intent(in) :: name

Response name.

Return Value integer


Called by

proc~~dm_request_index~~CalledByGraph proc~dm_request_index dm_request_index proc~dm_request_set_response_error dm_request_set_response_error proc~dm_request_set_response_error->proc~dm_request_index