pair Derived Type

type, public :: pair


Inherits

type~~pair~13~~InheritsGraph type~pair~13 pair type~abstractgridfactory AbstractGridFactory type~pair~13->type~abstractgridfactory value ESMF_Grid ESMF_Grid type~abstractgridfactory->ESMF_Grid grid

Inherited by

type~~pair~13~~InheritedByGraph type~pair~13 pair type~tvector~13 tVector type~tvector~13->type~pair~13 elements type~set2~14 set2 type~set2~14->type~tvector~13 items type~s_iterator~14 s_iterator type~s_iterator~14->type~set2~14 reference type~stringgridfactorymap StringGridFactoryMap type~stringgridfactorymap->type~set2~14 tree type~gridmanager GridManager type~gridmanager->type~stringgridfactorymap prototypes type~stringgridfactorymapiterator StringGridFactoryMapIterator type~stringgridfactorymapiterator->type~s_iterator~14 setIter type~stringgridfactorymapiterator->type~stringgridfactorymap reference

Components

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

Constructor

public interface pair

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

    Arguments

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