dictionary_set Subroutine

private subroutine dictionary_set(self, key, value)

Arguments

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

Contents

None