StringAttributeMapIterator Derived Type

type, public :: StringAttributeMapIterator


Inherits

type~~stringattributemapiterator~~InheritsGraph type~stringattributemapiterator StringAttributeMapIterator type~s_iterator~10 s_iterator type~stringattributemapiterator->type~s_iterator~10 setIter type~stringattributemap StringAttributeMap type~stringattributemapiterator->type~stringattributemap reference type~set2~10 set2 type~s_iterator~10->type~set2~10 reference type~stringattributemap->type~set2~10 tree type~ivector~9 iVector type~set2~10->type~ivector~9 parents, lefts, rights, heights type~tvector~9 tVector type~set2~10->type~tvector~9 items type~pair~9 pair type~tvector~9->type~pair~9 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