StringAttributeMapIterator Derived Type

type, public :: StringAttributeMapIterator


Inherits

type~~stringattributemapiterator~~InheritsGraph type~stringattributemapiterator StringAttributeMapIterator type~s_iterator~11 s_iterator type~stringattributemapiterator->type~s_iterator~11 setIter type~stringattributemap StringAttributeMap type~stringattributemapiterator->type~stringattributemap reference type~set2~11 set2 type~s_iterator~11->type~set2~11 reference type~stringattributemap->type~set2~11 tree 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

procedure, public :: key => m_key

  • private function m_key(this) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(StringAttributeMapIterator), 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(StringAttributeMapIterator), intent(inout) :: this

procedure, public :: notEqual => m_iter_not_equal

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

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

procedure, public :: previous => m_previous

  • private subroutine m_previous(this)

    Arguments

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

procedure, public :: value => m_value

  • private function m_value(this) result(res)

    Arguments

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

    Return Value type(Attribute), pointer