RoutehandleSpecVectorIterator Derived Type

type, public :: RoutehandleSpecVectorIterator


Inherits

type~~routehandlespecvectoriterator~~InheritsGraph type~routehandlespecvectoriterator RoutehandleSpecVectorIterator type~vector_wrapper~20 vector_wrapper type~routehandlespecvectoriterator->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~~routehandlespecvectoriterator~~InheritedByGraph type~routehandlespecvectoriterator RoutehandleSpecVectorIterator type~routehandlespecvectorriterator RoutehandleSpecVectorRIterator type~routehandlespecvectorriterator->type~routehandlespecvectoriterator iterator

Type-Bound Procedures

generic, public :: add => vector_iter_add_n_default

  • private subroutine vector_iter_add_n_default(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer, intent(in) :: n

generic, public :: add => vector_iter_add_n_size_kind

  • private subroutine vector_iter_add_n_size_kind(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer(kind=selected_int_kind(18)), intent(in) :: n

procedure, public :: next => vector_iter_next

  • private subroutine vector_iter_next(this)

    Arguments

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

generic, public :: of => vector_iter_of

generic, public :: of => vector_iter_of_offset_default

  • private function vector_iter_of_offset_default(this, i) result(ptr)

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

generic, public :: of => vector_iter_of_offset_size_kind

  • private function vector_iter_of_offset_size_kind(this, i) result(ptr)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(in) :: this
    integer(kind=selected_int_kind(18)), intent(in) :: i

    Return Value type(RoutehandleSpec), pointer

procedure, public :: prev => vector_iter_prev

$ procedure :: back_inserter => vector_back_inserter $ procedure :: front_inserter => vector_front_inserter $ procedure :: inserter => vector_inserter $ procedure :: make_move_iterator => vector_make_move_iterator

$ procedure :: insert_size_kind => vector_insert_size_kind $ procedure :: insert_default => vector_insert_default $ generic :: insert => insert_default $#ifndef __gftl_disable_index_kind_overload $ generic :: insert => insert_size_kind $#endif

  • private subroutine vector_iter_prev(this)

    Arguments

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

generic, public :: sub => vector_iter_sub_n_default

  • private subroutine vector_iter_sub_n_default(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer, intent(in) :: n

generic, public :: sub => vector_iter_sub_n_size_kind

  • private subroutine vector_iter_sub_n_size_kind(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer(kind=selected_int_kind(18)), intent(in) :: n

procedure, public :: vector_iter_add_n_default

  • private subroutine vector_iter_add_n_default(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer, intent(in) :: n

procedure, public :: vector_iter_add_n_size_kind

  • private subroutine vector_iter_add_n_size_kind(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer(kind=selected_int_kind(18)), intent(in) :: n

procedure, public :: vector_iter_of

procedure, public :: vector_iter_of_offset_default

  • private function vector_iter_of_offset_default(this, i) result(ptr)

    Arguments

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

    Return Value type(RoutehandleSpec), pointer

procedure, public :: vector_iter_of_offset_size_kind

  • private function vector_iter_of_offset_size_kind(this, i) result(ptr)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(in) :: this
    integer(kind=selected_int_kind(18)), intent(in) :: i

    Return Value type(RoutehandleSpec), pointer

procedure, public :: vector_iter_sub_n_default

  • private subroutine vector_iter_sub_n_default(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer, intent(in) :: n

procedure, public :: vector_iter_sub_n_size_kind

  • private subroutine vector_iter_sub_n_size_kind(this, n)

    Arguments

    Type IntentOptional Attributes Name
    class(RoutehandleSpecVectorIterator), intent(inout) :: this
    integer(kind=selected_int_kind(18)), intent(in) :: n