FieldDictionaryItemMap Interface

public interface FieldDictionaryItemMap

Module Procedures

private function map_new_map_empty() result(m)

Arguments

None

Return Value type(FieldDictionaryItemMap)

private function map_new_map_copy(x) result(m)

Arguments

Type IntentOptional Attributes Name
type(FieldDictionaryItemMap), intent(in) :: x

Return Value type(FieldDictionaryItemMap)

private function map_new_map_initializer_list(il) result(m)

Arguments

Type IntentOptional Attributes Name
type(FieldDictionaryItemPair), intent(in) :: il(:)

Return Value type(FieldDictionaryItemMap)