pair Derived Type

type, public :: pair


Inherits

type~~pair~~InheritsGraph type~pair pair ESMF_Grid ESMF_Grid type~pair->ESMF_Grid value

Inherited by

type~~pair~~InheritedByGraph type~pair pair type~tvector tVector type~tvector->type~pair elements type~set2 set2 type~set2->type~tvector items type~s_iterator s_iterator type~s_iterator->type~set2 reference type~stringgridmap StringGridMap type~stringgridmap->type~set2 tree type~stringgridmapiterator StringGridMapIterator type~stringgridmapiterator->type~s_iterator setIter type~stringgridmapiterator->type~stringgridmap reference

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: key
type(ESMF_Grid), public :: value

Constructor

public interface pair

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

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: key
    type(ESMF_Grid), 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