MethodPhasesPair Derived Type

type, public :: MethodPhasesPair


Inherits

type~~methodphasespair~~InheritsGraph type~methodphasespair MethodPhasesPair ESMF_Method_Flag ESMF_Method_Flag type~methodphasespair->ESMF_Method_Flag first StringVector StringVector type~methodphasespair->StringVector second

Inherited by

type~~methodphasespair~~InheritedByGraph type~methodphasespair MethodPhasesPair type~map_s_node~2 map_s_Node type~map_s_node~2->type~methodphasespair value type~map_s_node~2->type~map_s_node~2 parent type~map_setiterator~2 map_SetIterator type~map_setiterator~2->type~map_s_node~2 node type~methodphasesmapiterator MethodPhasesMapIterator type~methodphasesmapiterator->type~map_setiterator~2 set_iter

Components

Type Visibility Attributes Name Initial
type(ESMF_Method_Flag), public :: first
type(StringVector), public :: second

Constructor

public interface MethodPhasesPair

  • private function map_p_new_pair(first, second) result(p)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Method_Flag), intent(in) :: first
    type(StringVector), intent(in) :: second

    Return Value type(MethodPhasesPair)