IntegerMessageMap Derived Type

type, public :: IntegerMessageMap


Inherits

type~~integermessagemap~~InheritsGraph type~integermessagemap IntegerMessageMap type~set2~5 set2 type~integermessagemap->type~set2~5 tree type~ivector~4 iVector type~set2~5->type~ivector~4 parents, lefts, rights, heights type~tvector~4 tVector type~set2~5->type~tvector~4 items type~pair~4 pair type~tvector~4->type~pair~4 elements type~abstractmessage AbstractMessage type~pair~4->type~abstractmessage value

Inherited by

type~~integermessagemap~~InheritedByGraph type~integermessagemap IntegerMessageMap type~integermessagemapiterator IntegerMessageMapIterator type~integermessagemapiterator->type~integermessagemap reference type~protocolparser ProtocolParser type~protocolparser->type~integermessagemap prototypes type~directoryservice DirectoryService type~directoryservice->type~protocolparser parser type~mpisocket MpiSocket type~mpisocket->type~protocolparser parser type~maplframework MaplFramework type~maplframework->type~directoryservice directory_service type~servermanager ServerManager type~servermanager->type~directoryservice directory_service type~extdatadriver ExtDataDriver type~extdatadriver->type~servermanager cap_server type~mapl_cap MAPL_Cap type~mapl_cap->type~servermanager cap_server

Constructor

public interface IntegerMessageMap

  • private function m_new_map_empty() result(m)

    Arguments

    None

    Return Value type(IntegerMessageMap)

  • private function m_new_map_from_pair_array(pairs) result(m)

    Arguments

    Type IntentOptional Attributes Name
    type(pair), intent(in) :: pairs(:)

    Return Value type(IntegerMessageMap)


Type-Bound Procedures

procedure, public :: at => m_at

  • private function m_at(this, key) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(in), target :: this
    integer, intent(in) :: key

    Return Value class(AbstractMessage), pointer

procedure, public :: begin => m_begin

procedure, public :: clear => m_clear

  • private subroutine m_clear(this)

    Arguments

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

procedure, public :: count => m_count

  • private function m_count(this, key) result(count)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(in) :: this
    integer, intent(in) :: key

    Return Value integer(kind=SIZE_KIND)

procedure, public :: deepCopy => m_deepCopy

  • private subroutine m_deepCopy(this, original)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(out) :: this
    class(IntegerMessageMap), intent(in) :: original

procedure, public :: empty => m_empty

  • private function m_empty(this) result(isEmpty)

    Arguments

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

    Return Value logical

procedure, public :: end => m_end

generic, public :: erase => erase_one

procedure, public :: erase_one => m_erase_one

procedure, public :: find => m_find

  • private function m_find(this, key) result(iter)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(in), target :: this
    integer, intent(in) :: key

    Return Value type(IntegerMessageMapIterator)

procedure, public :: get => m_get

  • private function m_get(this, key, value) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(in), target :: this
    integer :: key
    class(AbstractMessage), intent(out), pointer :: value

    Return Value logical

generic, public :: insert => insert_key_value

  • private subroutine m_insert_key_value(this, key, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(inout) :: this
    integer, intent(in) :: key
    class(AbstractMessage), intent(in) :: value

generic, public :: insert => insert_pair

  • private subroutine m_insert_pair(this, p)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(inout) :: this
    type(pair), intent(in) :: p

procedure, public :: insert_key_value => m_insert_key_value

  • private subroutine m_insert_key_value(this, key, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(inout) :: this
    integer, intent(in) :: key
    class(AbstractMessage), intent(in) :: value

procedure, public :: insert_pair => m_insert_pair

  • private subroutine m_insert_pair(this, p)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(inout) :: this
    type(pair), intent(in) :: p

procedure, public, nopass :: max_size => m_max_size

  • private function m_max_size() result(max_size)

    Arguments

    None

    Return Value integer(kind=SIZE_KIND)

procedure, public :: of => m_of

  • private function m_of(this, key) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(inout), target :: this
    integer, intent(in) :: key

    Return Value class(AbstractMessage), pointer

procedure, public :: set => m_set

  • private subroutine m_set(this, key, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IntegerMessageMap), intent(inout) :: this
    integer, intent(in) :: key
    class(AbstractMessage), intent(in) :: value

procedure, public :: size => m_size

  • private function m_size(this) result(size)

    Arguments

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

    Return Value integer(kind=SIZE_kind)