pair Derived Type

type, public :: pair


Inherits

type~~pair~16~~InheritsGraph type~pair~16 pair type~abstractregridder AbstractRegridder type~pair~16->type~abstractregridder value type~regriddertypespec RegridderTypeSpec type~pair~16->type~regriddertypespec key type~regridderspec~2 RegridderSpec type~abstractregridder->type~regridderspec~2 spec ESMF_Grid ESMF_Grid type~regridderspec~2->ESMF_Grid grid_in, grid_out

Inherited by

type~~pair~16~~InheritedByGraph type~pair~16 pair type~tvector~16 tVector type~tvector~16->type~pair~16 elements type~set2~17 set2 type~set2~17->type~tvector~16 items type~regriddertypespecregriddermap RegridderTypeSpecRegridderMap type~regriddertypespecregriddermap->type~set2~17 tree type~s_iterator~17 s_iterator type~s_iterator~17->type~set2~17 reference type~regriddermanager~2 RegridderManager type~regriddermanager~2->type~regriddertypespecregriddermap prototypes type~regriddertypespecregriddermapiterator RegridderTypeSpecRegridderMapIterator type~regriddertypespecregriddermapiterator->type~regriddertypespecregriddermap reference type~regriddertypespecregriddermapiterator->type~s_iterator~17 setIter

Components

Type Visibility Attributes Name Initial
class(AbstractRegridder), public, allocatable :: value
type(RegridderTypeSpec), public :: key

Constructor

public interface pair

  • private function m_newPair(key, value) result(p)

    Arguments

    Type IntentOptional Attributes Name
    type(RegridderTypeSpec), intent(in) :: key
    class(AbstractRegridder), intent(in) :: value

    Return Value type(pair)


Type-Bound Procedures

generic, public :: operator(.sameKey.) => pairSameKey

  • private function pairSameKey(this, other) result(sameKey)

    Arguments

    Type IntentOptional Attributes Name
    class(pair), intent(in) :: this
    class(pair), intent(in) :: other

    Return Value logical

generic, public :: operator(==) => pairEqual

  • private function pairEqual(this, other) result(equal)

    Arguments

    Type IntentOptional Attributes Name
    class(pair), intent(in) :: this
    class(pair), intent(in) :: other

    Return Value logical

procedure, public :: pairEqual

  • private function pairEqual(this, other) result(equal)

    Arguments

    Type IntentOptional Attributes Name
    class(pair), intent(in) :: this
    class(pair), intent(in) :: other

    Return Value logical

procedure, public :: pairSameKey

  • private function pairSameKey(this, other) result(sameKey)

    Arguments

    Type IntentOptional Attributes Name
    class(pair), intent(in) :: this
    class(pair), intent(in) :: other

    Return Value logical