StringGridFactoryMapIterator Derived Type

type, public :: StringGridFactoryMapIterator


Inherits

type~~stringgridfactorymapiterator~~InheritsGraph type~stringgridfactorymapiterator StringGridFactoryMapIterator type~s_iterator~15 s_iterator type~stringgridfactorymapiterator->type~s_iterator~15 setIter type~stringgridfactorymap StringGridFactoryMap type~stringgridfactorymapiterator->type~stringgridfactorymap reference type~set2~15 set2 type~s_iterator~15->type~set2~15 reference type~stringgridfactorymap->type~set2~15 tree type~ivector~14 iVector type~set2~15->type~ivector~14 parents, lefts, rights, heights type~tvector~14 tVector type~set2~15->type~tvector~14 items type~pair~14 pair type~tvector~14->type~pair~14 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(StringGridFactoryMapIterator), 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

  • private subroutine m_previous(this)

    Arguments

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

procedure, public :: value => m_value