StringGridFactoryMapIterator Derived Type

type, public :: StringGridFactoryMapIterator


Inherits

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