GriddedComponentDriverMap Interface

public interface GriddedComponentDriverMap

Module Procedures

private function omap_new_omap_empty() result(m)

Arguments

None

Return Value type(GriddedComponentDriverMap)

private function omap_new_omap_copy(x) result(m)

Arguments

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

Return Value type(GriddedComponentDriverMap)

private function omap_new_omap_initializer_list(il) result(m)

Arguments

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

Return Value type(GriddedComponentDriverMap)