StringUnlimitedEntityMapIterator Derived Type

type, public :: StringUnlimitedEntityMapIterator


Inherits

type~~stringunlimitedentitymapiterator~~InheritsGraph type~stringunlimitedentitymapiterator StringUnlimitedEntityMapIterator type~s_iterator~7 s_iterator type~stringunlimitedentitymapiterator->type~s_iterator~7 setIter type~stringunlimitedentitymap StringUnlimitedEntityMap type~stringunlimitedentitymapiterator->type~stringunlimitedentitymap reference type~set2~7 set2 type~s_iterator~7->type~set2~7 reference type~stringunlimitedentitymap->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(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