pair Derived Type

type, public :: pair


Inherits

type~~pair~10~~InheritsGraph type~pair~10 pair type~extdatarule ExtDataRule type~pair~10->type~extdatarule value

Inherited by

type~~pair~10~~InheritedByGraph type~pair~10 pair type~tvector~10 tVector type~tvector~10->type~pair~10 elements type~set2~11 set2 type~set2~11->type~tvector~10 items type~extdatarulemap ExtDataRuleMap type~extdatarulemap->type~set2~11 tree type~s_iterator~11 s_iterator type~s_iterator~11->type~set2~11 reference type~extdataconfig ExtDataConfig type~extdataconfig->type~extdatarulemap rule_map type~extdatarulemapiterator ExtDataRuleMapIterator type~extdatarulemapiterator->type~extdatarulemap reference type~extdatarulemapiterator->type~s_iterator~11 setIter

Components

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