VectorRIterator Derived Type

type, public :: VectorRIterator

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


Inherits

type~~vectorriterator~11~~InheritsGraph type~vectorriterator~11 VectorRIterator type~stateitemvectoriterator StateItemVectorIterator type~vectorriterator~11->type~stateitemvectoriterator iterator type~vector_wrapper~14 vector_wrapper type~stateitemvectoriterator->type~vector_wrapper~14 elements type~stateitemspec StateItemSpec type~vector_wrapper~14->type~stateitemspec item StringVector StringVector type~stateitemspec->StringVector raw_dependencies type~actualptvector ActualPtVector type~stateitemspec->type~actualptvector dependencies

Type-Bound Procedures

generic, public :: add => vector_riter_add_n_default

  • private subroutine vector_riter_add_n_default(this, n)

    Arguments

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

generic, public :: add => vector_riter_add_n_size_kind

  • private subroutine vector_riter_add_n_size_kind(this, n)

    Arguments

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

procedure, public :: next => vector_riter_next

  • private subroutine vector_riter_next(this)

    Arguments

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

generic, public :: of => vector_riter_of

  • private function vector_riter_of(this) result(ptr)

    Arguments

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

    Return Value class(StateItemSpec), pointer

generic, public :: of => vector_riter_of_offset_size_kind

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

    Arguments

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

    Return Value class(StateItemSpec), pointer

generic, public :: of => vector_riter_of_offset_default

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

    Arguments

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

    Return Value class(StateItemSpec), pointer

procedure, public :: prev => vector_riter_prev

  • private subroutine vector_riter_prev(this)

    Arguments

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

generic, public :: sub => vector_riter_sub_n_default

  • private subroutine vector_riter_sub_n_default(this, n)

    Arguments

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

generic, public :: sub => vector_riter_sub_n_size_kind

  • private subroutine vector_riter_sub_n_size_kind(this, n)

    Arguments

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

procedure, public :: vector_riter_add_n_default

  • private subroutine vector_riter_add_n_default(this, n)

    Arguments

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

procedure, public :: vector_riter_add_n_size_kind

  • private subroutine vector_riter_add_n_size_kind(this, n)

    Arguments

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

procedure, public :: vector_riter_of

  • private function vector_riter_of(this) result(ptr)

    Arguments

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

    Return Value class(StateItemSpec), pointer

procedure, public :: vector_riter_of_offset_default

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

    Arguments

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

    Return Value class(StateItemSpec), pointer

procedure, public :: vector_riter_of_offset_size_kind

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

    Arguments

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

    Return Value class(StateItemSpec), pointer

procedure, public :: vector_riter_sub_n_default

  • private subroutine vector_riter_sub_n_default(this, n)

    Arguments

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

procedure, public :: vector_riter_sub_n_size_kind

  • private subroutine vector_riter_sub_n_size_kind(this, n)

    Arguments

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