pair Derived Type

type, public :: pair


Inherits

type~~pair~5~~InheritsGraph type~pair~5 pair type~extdatatimesample ExtDataTimeSample type~pair~5->type~extdatatimesample value ESMF_Time ESMF_Time type~extdatatimesample->ESMF_Time source_time

Inherited by

type~~pair~5~~InheritedByGraph type~pair~5 pair type~tvector~5 tVector type~tvector~5->type~pair~5 elements type~set2~6 set2 type~set2~6->type~tvector~5 items type~extdatatimesamplemap ExtDataTimeSampleMap type~extdatatimesamplemap->type~set2~6 tree type~s_iterator~6 s_iterator type~s_iterator~6->type~set2~6 reference type~extdataconfig ExtDataConfig type~extdataconfig->type~extdatatimesamplemap sample_map type~extdatatimesamplemapiterator ExtDataTimeSampleMapIterator type~extdatatimesamplemapiterator->type~extdatatimesamplemap reference type~extdatatimesamplemapiterator->type~s_iterator~6 setIter

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: key
type(ExtDataTimeSample), 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(ExtDataTimeSample), 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