dictionary_set_string Subroutine

private subroutine dictionary_set_string(self, key, value)

Arguments

Type IntentOptional AttributesName
class(type_dictionary), intent(inout) :: self
character(len=*), intent(in) :: key
character(len=*), intent(in) :: value

Contents

None