pair Derived Type

type, public :: pair


Inherits

type~~pair~18~~InheritsGraph type~pair~18 pair type~fieldset FieldSet type~pair~18->type~fieldset value

Inherited by

type~~pair~18~~InheritedByGraph type~pair~18 pair type~node~2 node type~node~2->type~pair~18 value type~node~2->type~node~2 parent, left, right type~s_iterator~19 s_iterator type~s_iterator~19->type~node~2 node type~set2~19 set2 type~s_iterator~19->type~set2~19 tree type~set2~19->type~node~2 root type~stringfieldsetmap StringFieldSetMap type~stringfieldsetmap->type~set2~19 tree type~stringfieldsetmapiterator StringFieldSetMapIterator type~stringfieldsetmapiterator->type~s_iterator~19 setIter type~stringfieldsetmapiterator->type~stringfieldsetmap reference

Components

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