ExtDataRuleMapIterator Derived Type

type, public :: ExtDataRuleMapIterator


Inherits

type~~extdatarulemapiterator~~InheritsGraph type~extdatarulemapiterator ExtDataRuleMapIterator type~extdatarulemap ExtDataRuleMap type~extdatarulemapiterator->type~extdatarulemap reference type~s_iterator~11 s_iterator type~extdatarulemapiterator->type~s_iterator~11 setIter type~set2~11 set2 type~extdatarulemap->type~set2~11 tree type~s_iterator~11->type~set2~11 reference type~ivector~10 iVector type~set2~11->type~ivector~10 parents, lefts, rights, heights type~tvector~10 tVector type~set2~11->type~tvector~10 items type~pair~10 pair type~tvector~10->type~pair~10 elements

Type-Bound Procedures

procedure, public :: equal => m_iter_equal

  • private function m_iter_equal(this, other) result(equal)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(in) :: this
    type(ExtDataRuleMapIterator), intent(in) :: other

    Return Value logical

procedure, public :: key => m_key

  • private function m_key(this) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(in), target :: this

    Return Value character(len=:), pointer

procedure, public :: next => m_next

  • private subroutine m_next(this)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(inout) :: this

procedure, public :: notEqual => m_iter_not_equal

  • private function m_iter_not_equal(this, other) result(not_equal)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(in) :: this
    type(ExtDataRuleMapIterator), intent(in) :: other

    Return Value logical

generic, public :: operator(/=) => notEqual

  • private function m_iter_not_equal(this, other) result(not_equal)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(in) :: this
    type(ExtDataRuleMapIterator), intent(in) :: other

    Return Value logical

generic, public :: operator(==) => equal

  • private function m_iter_equal(this, other) result(equal)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(in) :: this
    type(ExtDataRuleMapIterator), intent(in) :: other

    Return Value logical

procedure, public :: previous => m_previous

  • private subroutine m_previous(this)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(inout) :: this

procedure, public :: value => m_value

  • private function m_value(this) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMapIterator), intent(in), target :: this

    Return Value type(ExtDataRule), pointer