StringIntArrayMapIterator Derived Type

type, public :: StringIntArrayMapIterator


Inherits

type~~stringintarraymapiterator~~InheritsGraph type~stringintarraymapiterator StringIntArrayMapIterator type~s_iterator~7 s_iterator type~stringintarraymapiterator->type~s_iterator~7 setIter type~stringintarraymap StringIntArrayMap type~stringintarraymapiterator->type~stringintarraymap reference type~set2~7 set2 type~s_iterator~7->type~set2~7 reference type~stringintarraymap->type~set2~7 tree type~ivector~6 iVector type~set2~7->type~ivector~6 parents, lefts, rights, heights type~tvector~6 tVector type~set2~7->type~tvector~6 items type~pair~6 pair type~tvector~6->type~pair~6 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(StringIntArrayMapIterator), 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(StringIntArrayMapIterator), 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(StringIntArrayMapIterator), intent(inout) :: this

procedure, public :: value => m_value

  • private function m_value(this) result(res)

    Arguments

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

    Return Value type(IntArray), pointer