ServerThreadVector Derived Type

type, public :: ServerThreadVector


Inherits

type~~serverthreadvector~~InheritsGraph type~serverthreadvector ServerThreadVector type~v_wrapper~12 v_Wrapper type~serverthreadvector->type~v_wrapper~12 elements type~serverthread ServerThread type~v_wrapper~12->type~serverthread item IntegerVector IntegerVector type~serverthread->IntegerVector sub_array_types type~abstractserver AbstractServer type~serverthread->type~abstractserver containing_server type~basethread BaseThread type~serverthread->type~basethread type~extcollectionvector ExtCollectionVector type~serverthread->type~extcollectionvector ext_collections type~historycollectionvector HistoryCollectionVector type~serverthread->type~historycollectionvector hist_collections type~messagevector MessageVector type~serverthread->type~messagevector request_backlog StringInteger64Map StringInteger64Map type~abstractserver->StringInteger64Map prefetch_offset, stage_offset type~abstractdatareferencevector AbstractDataReferenceVector type~abstractserver->type~abstractdatareferencevector dataRefPtrs type~abstractsocket AbstractSocket type~basethread->type~abstractsocket connection type~integerrequestmap IntegerRequestMap type~basethread->type~integerrequestmap open_requests type~messagevisitor MessageVisitor type~basethread->type~messagevisitor type~extdatacollection ExtDataCollection type~extcollectionvector->type~extdatacollection elements type~historycollection HistoryCollection type~historycollectionvector->type~historycollection elements type~v_wrapper~7 v_Wrapper type~messagevector->type~v_wrapper~7 elements

Inherited by

type~~serverthreadvector~~InheritedByGraph type~serverthreadvector ServerThreadVector type~baseserver BaseServer type~baseserver->type~serverthreadvector threads type~mockserver MockServer type~mockserver->type~baseserver type~mpiserver MpiServer type~mpiserver->type~baseserver type~multicommserver MultiCommServer type~multicommserver->type~baseserver type~multigroupserver MultiGroupServer type~multigroupserver->type~baseserver type~multilayerserver MultiLayerServer type~multilayerserver->type~baseserver type~openmpserver OpenMPServer type~openmpserver->type~baseserver type~portinfo PortInfo type~portinfo->type~baseserver server_ptr type~servermanager ServerManager type~servermanager->type~baseserver o_server type~servermanager->type~mpiserver i_server type~directoryservice DirectoryService type~servermanager->type~directoryservice directory_service type~directoryservice->type~portinfo local_ports type~extdatadriver ExtDataDriver type~extdatadriver->type~servermanager cap_server type~mapl_cap MAPL_Cap type~mapl_cap->type~servermanager cap_server type~maplframework MaplFramework type~maplframework->type~mpiserver o_server, i_server type~maplframework->type~directoryservice directory_service

Constructor

public interface ServerThreadVector

  • private function v_new_empty() result(v)

    Arguments

    None

    Return Value type(ServerThreadVector)


Type-Bound Procedures

generic, public :: at => at_size_kind

  • private function v_at_size_kind(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value class(ServerThread), pointer

generic, public :: at => at_32

  • private function v_at_32(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer, intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value class(ServerThread), pointer

procedure, public :: at_32 => v_at_32

  • private function v_at_32(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer, intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value class(ServerThread), pointer

procedure, public :: at_size_kind => v_at_size_kind

  • private function v_at_size_kind(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value class(ServerThread), pointer

procedure, public :: back => v_back

  • private function v_back(this) result(res)

    Arguments

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

    Return Value class(ServerThread), pointer

procedure, public :: begin => v_begin

procedure, public :: capacity => v_capacity

  • private pure function v_capacity(this) result(capacity)

    Arguments

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

    Return Value integer(kind=SIZE_KIND)

procedure, public :: clear => v_clear

  • private subroutine v_clear(this)

    Arguments

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

procedure, public :: empty => v_empty

  • private pure function v_empty(this) result(empty)

    Arguments

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

    Return Value logical

procedure, public :: end => v_end

generic, public :: erase => v_erase_one, v_erase_range

procedure, public :: front => v_front

  • private function v_front(this) result(res)

    Arguments

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

    Return Value class(ServerThread), pointer

generic, public :: get => get_size_kind

  • private function v_get_size_kind(this, i) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i

    Return Value class(ServerThread), pointer

generic, public :: get => get_32

  • private function v_get_32(this, i) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer, intent(in) :: i

    Return Value class(ServerThread), pointer

procedure, public :: get_32 => v_get_32

  • private function v_get_32(this, i) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer, intent(in) :: i

    Return Value class(ServerThread), pointer

procedure, public :: get_size_kind => v_get_size_kind

  • private function v_get_size_kind(this, i) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i

    Return Value class(ServerThread), pointer

generic, public :: insert => insert_size_kind

  • private subroutine v_insert_size_kind(this, index, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout), target :: this
    integer(kind=SIZE_KIND), intent(in) :: index
    class(ServerThread), intent(in), target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: insert => insert_32

  • private subroutine v_insert_32(this, index, value)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: index
    class(ServerThread), intent(in), target :: value

procedure, public :: insert_32 => v_insert_32

  • private subroutine v_insert_32(this, index, value)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: index
    class(ServerThread), intent(in), target :: value

procedure, public :: insert_size_kind => v_insert_size_kind

  • private subroutine v_insert_size_kind(this, index, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout), target :: this
    integer(kind=SIZE_KIND), intent(in) :: index
    class(ServerThread), intent(in), target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: of => v_of

  • private function v_of(this, i) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(in), target :: this
    integer, intent(in) :: i

    Return Value class(ServerThread), pointer

procedure, public :: pop_back => v_pop_back

  • private subroutine v_pop_back(this)

    Arguments

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

procedure, public :: push_back => v_push_back

  • private subroutine v_push_back(this, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    class(ServerThread), intent(in), target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: rbegin => v_rbegin

procedure, public :: rend => v_rend

generic, public :: reserve => reserve_size_kind

  • private subroutine v_reserve_size_kind(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: capacity

generic, public :: reserve => reserve_32

  • private subroutine v_reserve_32(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: capacity

procedure, public :: reserve_32 => v_reserve_32

  • private subroutine v_reserve_32(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: capacity

procedure, public :: reserve_size_kind => v_reserve_size_kind

  • private subroutine v_reserve_size_kind(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: capacity

procedure, public :: reset => v_reset

  • private subroutine v_reset(this)

    Arguments

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

generic, public :: resize => resize_size

  • private subroutine v_resize_size(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: newsize
    class(ServerThread), intent(in), optional, target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: resize => resize_32

  • private subroutine v_resize_32(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: newsize
    class(ServerThread), intent(in), optional, target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: resize_32 => v_resize_32

  • private subroutine v_resize_32(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: newsize
    class(ServerThread), intent(in), optional, target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: resize_size => v_resize_size

  • private subroutine v_resize_size(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: newsize
    class(ServerThread), intent(in), optional, target :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: set => set_size_kind

  • private subroutine v_set_size_kind(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    class(ServerThread), intent(in), target :: value

generic, public :: set => set_32

  • private subroutine v_set_32(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: i
    class(ServerThread), intent(in), target :: value

procedure, public :: set_32 => v_set_32

  • private subroutine v_set_32(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer, intent(in) :: i
    class(ServerThread), intent(in), target :: value

procedure, public :: set_size_kind => v_set_size_kind

  • private subroutine v_set_size_kind(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    class(ServerThread), intent(in), target :: value

procedure, public :: shrink_to_fit => v_shrink_to_fit

  • private subroutine v_shrink_to_fit(this)

    Arguments

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

procedure, public :: size => v_size

  • private pure function v_size(this) result(res)

    Arguments

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

    Return Value integer(kind=SIZE_KIND)

procedure, public :: swap => v_swap

  • private subroutine v_swap(this, other)

    Arguments

    Type IntentOptional Attributes Name
    class(ServerThreadVector), intent(inout), target :: this
    type(ServerThreadVector), intent(inout), target :: other

procedure, public :: v_erase_one

procedure, public :: v_erase_range