assoc_list_get_value Interface

public interface assoc_list_get_value

Contents


Module Procedures

public subroutine assoc_list_get_value_by_index(a, i, value, stat)

Arguments

Type IntentOptional AttributesName
type(assoc_list_t), intent(in) :: a
integer, intent(in) :: i
character(len=*), intent(out) :: value
integer, intent(out) :: stat

public subroutine assoc_list_get_value_of_key(a, key, value, stat)

Arguments

Type IntentOptional AttributesName
type(assoc_list_t), intent(in) :: a
character(len=*), intent(in) :: key
character(len=*), intent(out) :: value
integer, intent(out) :: stat