ExtDataRuleMapIterator Derived Type

type, public :: ExtDataRuleMapIterator


Inherits

type~~extdatarulemapiterator~~InheritsGraph type~extdatarulemapiterator ExtDataRuleMapIterator type~extdatarulemap ExtDataRuleMap type~extdatarulemapiterator->type~extdatarulemap reference type~s_iterator~12 s_iterator type~extdatarulemapiterator->type~s_iterator~12 setIter type~set2~12 set2 type~extdatarulemap->type~set2~12 tree type~s_iterator~12->type~set2~12 reference type~ivector~11 iVector type~set2~12->type~ivector~11 parents, lefts, rights, heights type~tvector~11 tVector type~set2~12->type~tvector~11 items type~pair~11 pair type~tvector~11->type~pair~11 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