StringUnlimitedEntityMapIterator Derived Type

type, public :: StringUnlimitedEntityMapIterator


Inherits

type~~stringunlimitedentitymapiterator~~InheritsGraph type~stringunlimitedentitymapiterator StringUnlimitedEntityMapIterator type~s_iterator~8 s_iterator type~stringunlimitedentitymapiterator->type~s_iterator~8 setIter type~stringunlimitedentitymap StringUnlimitedEntityMap type~stringunlimitedentitymapiterator->type~stringunlimitedentitymap reference type~set2~8 set2 type~s_iterator~8->type~set2~8 reference type~stringunlimitedentitymap->type~set2~8 tree type~ivector~7 iVector type~set2~8->type~ivector~7 parents, lefts, rights, heights type~tvector~7 tVector type~set2~8->type~tvector~7 items type~pair~7 pair type~tvector~7->type~pair~7 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(StringUnlimitedEntityMapIterator), intent(in), target :: this

    Return Value character(len=:), pointer

procedure, public :: next => m_next

procedure, public :: notEqual => m_iter_not_equal

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

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

procedure, public :: previous => m_previous

procedure, public :: value => m_value