RoutehandleSpecVector Derived Type

type, public :: RoutehandleSpecVector


Inherits

type~~routehandlespecvector~~InheritsGraph type~routehandlespecvector RoutehandleSpecVector type~vector_wrapper~20 vector_wrapper type~routehandlespecvector->type~vector_wrapper~20 elements type~routehandlespec RoutehandleSpec type~vector_wrapper~20->type~routehandlespec item ESMF_Geom ESMF_Geom type~routehandlespec->ESMF_Geom geom_in, geom_out type~routehandleparam RoutehandleParam type~routehandlespec->type~routehandleparam rh_param ESMF_ExtrapMethod_Flag ESMF_ExtrapMethod_Flag type~routehandleparam->ESMF_ExtrapMethod_Flag extrapmethod ESMF_LineType_Flag ESMF_LineType_Flag type~routehandleparam->ESMF_LineType_Flag linetype ESMF_NormType_Flag ESMF_NormType_Flag type~routehandleparam->ESMF_NormType_Flag normtype ESMF_PoleMethod_Flag ESMF_PoleMethod_Flag type~routehandleparam->ESMF_PoleMethod_Flag polemethod ESMF_RegridMethod_Flag ESMF_RegridMethod_Flag type~routehandleparam->ESMF_RegridMethod_Flag regridmethod ESMF_UnmappedAction_Flag ESMF_UnmappedAction_Flag type~routehandleparam->ESMF_UnmappedAction_Flag unmappedaction

Inherited by

type~~routehandlespecvector~~InheritedByGraph type~routehandlespecvector RoutehandleSpecVector type~routehandlemanager RoutehandleManager type~routehandlemanager->type~routehandlespecvector specs type~esmfregridderfactory EsmfRegridderFactory type~esmfregridderfactory->type~routehandlemanager rh_manager

Constructor

public interface RoutehandleSpecVector


Type-Bound Procedures

generic, public :: assignment(=) => copy_from_array

  • private subroutine vector_copy_from_array(this, array)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    type(RoutehandleSpec), intent(in) :: array(:)

generic, public :: at => at_default

  • private function vector_at_default(this, i, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in), target :: this
    integer, intent(in) :: i
    integer, intent(out) :: rc

    Return Value type(RoutehandleSpec), pointer

generic, public :: at => of_default

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

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

generic, public :: at => at_size_kind

  • private function vector_at_size_kind(this, i, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in), target :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: i
    integer, intent(out) :: rc

    Return Value type(RoutehandleSpec), pointer

generic, public :: at => of_size_kind

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

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: at_default => vector_at_default

  • private function vector_at_default(this, i, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in), target :: this
    integer, intent(in) :: i
    integer, intent(out) :: rc

    Return Value type(RoutehandleSpec), pointer

procedure, public :: at_size_kind => vector_at_size_kind

  • private function vector_at_size_kind(this, i, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in), target :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: i
    integer, intent(out) :: rc

    Return Value type(RoutehandleSpec), pointer

procedure, public :: back => vector_back

  • private function vector_back(this) result(res)

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: begin => vector_begin

procedure, public :: capacity => vector_capacity

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

    Arguments

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

    Return Value integer(kind=GFTL_SIZE_KIND)

procedure, public :: clear => vector_clear

  • private recursive subroutine vector_clear(this)

    Arguments

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

procedure, public :: copy_from_array => vector_copy_from_array

  • private subroutine vector_copy_from_array(this, array)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    type(RoutehandleSpec), intent(in) :: array(:)

procedure, public :: data => vector_data

  • private function vector_data(this) result(res)

    Arguments

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

    Return Value type(RoutehandleSpec), dimension(:), pointer

procedure, public :: empty => vector_empty

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

    Arguments

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

    Return Value logical

procedure, public :: end => vector_end

generic, public :: erase => erase_one

generic, public :: erase => erase_range

procedure, public :: erase_one => vector_erase_one

procedure, public :: erase_range => vector_erase_range

procedure, public :: front => vector_front

  • private function vector_front(this) result(res)

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: ftn_begin => vector_ftn_begin

procedure, public :: ftn_end => vector_ftn_end

procedure, public :: get_index => vector_get_index

  • private function vector_get_index(this, value) result(i)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in), target :: this
    type(RoutehandleSpec), intent(in) :: value

    Return Value integer(kind=GFTL_SIZE_KIND)

generic, public :: insert => vector_insert_one

generic, public :: insert => vector_insert_count_size_kind

generic, public :: insert => vector_insert_count_default

generic, public :: insert => vector_insert_range

generic, public :: insert => vector_insert_list

procedure, public, nopass :: max_size => vector_max_size

  • private pure function vector_max_size() result(res)

    Arguments

    None

    Return Value integer(kind=GFTL_SIZE_KIND)

generic, public :: of => of_default

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

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

generic, public :: of => of_size_kind

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

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: of_default => vector_of_default

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

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: of_size_kind => vector_of_size_kind

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

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: pop_back => vector_pop_back

  • private subroutine vector_pop_back(this)

    Arguments

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

procedure, public :: push_back => vector_push_back

  • private recursive subroutine vector_push_back(this, value, unused, rc)

    Arguments

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

procedure, public :: rbegin => vector_rbegin

procedure, public :: rend => vector_rend

generic, public :: reserve => reserve_default

  • private subroutine vector_reserve_default(this, capacity, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer, intent(in) :: capacity
    class(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: reserve => reserve_size_kind

  • private subroutine vector_reserve_size_kind(this, capacity, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: capacity
    class(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: reserve_default => vector_reserve_default

  • private subroutine vector_reserve_default(this, capacity, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer, intent(in) :: capacity
    class(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: reserve_size_kind => vector_reserve_size_kind

  • private subroutine vector_reserve_size_kind(this, capacity, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: capacity
    class(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: reset => vector_reset

  • private subroutine vector_reset(this)

    Arguments

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

generic, public :: resize => resize_default

  • private subroutine vector_resize_default(this, count, unused, value, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer, intent(in) :: count
    type(KeywordEnforcer), intent(in), optional :: unused
    type(RoutehandleSpec), intent(in), optional :: value
    integer, intent(out), optional :: rc

generic, public :: resize => resize_size_kind

  • private subroutine vector_resize_size_kind(this, count, unused, value, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: count
    type(KeywordEnforcer), intent(in), optional :: unused
    type(RoutehandleSpec), intent(in), optional :: value
    integer, intent(out), optional :: rc

procedure, public :: resize_default => vector_resize_default

  • private subroutine vector_resize_default(this, count, unused, value, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer, intent(in) :: count
    type(KeywordEnforcer), intent(in), optional :: unused
    type(RoutehandleSpec), intent(in), optional :: value
    integer, intent(out), optional :: rc

procedure, public :: resize_size_kind => vector_resize_size_kind

  • private subroutine vector_resize_size_kind(this, count, unused, value, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: count
    type(KeywordEnforcer), intent(in), optional :: unused
    type(RoutehandleSpec), intent(in), optional :: value
    integer, intent(out), optional :: rc

generic, public :: set => set_default

  • private subroutine vector_set_default(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer, intent(in) :: i
    type(RoutehandleSpec), intent(in) :: value

generic, public :: set => set_size_kind

  • private subroutine vector_set_size_kind(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: i
    type(RoutehandleSpec), intent(in) :: value

procedure, public :: set_default => vector_set_default

  • private subroutine vector_set_default(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer, intent(in) :: i
    type(RoutehandleSpec), intent(in) :: value

procedure, public :: set_size_kind => vector_set_size_kind

  • private subroutine vector_set_size_kind(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(inout) :: this
    integer(kind=GFTL_SIZE_KIND), intent(in) :: i
    type(RoutehandleSpec), intent(in) :: value

procedure, public :: shrink_to_fit => vector_shrink_to_fit

  • private subroutine vector_shrink_to_fit(this)

    Arguments

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

procedure, public :: size => vector_size

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

    Arguments

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

    Return Value integer(kind=GFTL_SIZE_KIND)

procedure, public :: swap => vector_swap

procedure, public :: vector_insert_count_default

procedure, public :: vector_insert_count_size_kind

procedure, public :: vector_insert_list

procedure, public :: vector_insert_one

procedure, public :: vector_insert_range

generic, public :: write(formatted) => write_formatted

  • private subroutine vector_write_formatted(this, unit, iotype, v_list, iostat, iomsg)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in) :: this
    integer, intent(in) :: unit
    character(len=*), intent(in) :: iotype
    integer, intent(in) :: v_list(:)
    integer, intent(out) :: iostat
    character(len=*), intent(inout) :: iomsg

procedure, public :: write_formatted => vector_write_formatted

  • private subroutine vector_write_formatted(this, unit, iotype, v_list, iostat, iomsg)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVector), intent(in) :: this
    integer, intent(in) :: unit
    character(len=*), intent(in) :: iotype
    integer, intent(in) :: v_list(:)
    integer, intent(out) :: iostat
    character(len=*), intent(inout) :: iomsg