MeterNodeVectorRIterator Derived Type

type, public :: MeterNodeVectorRIterator


Inherits

type~~meternodevectorriterator~~InheritsGraph type~meternodevectorriterator MeterNodeVectorRIterator type~v_wrapper~3 v_Wrapper type~meternodevectorriterator->type~v_wrapper~3 elements type~abstractmeternode AbstractMeterNode type~v_wrapper~3->type~abstractmeternode item

Type-Bound Procedures

generic, public :: at => v_riter_atDefault

generic, public :: at => v_riter_atOffset

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

    Arguments

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

    Return Value class(AbstractMeterNode), pointer

generic, public :: at => v_riter_atOffset_32

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

    Arguments

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

    Return Value class(AbstractMeterNode), pointer

procedure, public :: get => v_riter_get

procedure, public :: next => v_riter_next

  • private subroutine v_riter_next(this)

    Arguments

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

generic, public :: operator(+) => v_riter_add

generic, public :: operator(+) => v_riter_add_32

generic, public :: operator(-) => v_riter_subtract

  • private function v_riter_subtract(this, n) result(newIter)

    Arguments

    Type IntentOptional Attributes Name
    class(MeterNodeVectorRIterator), intent(in) :: this
    integer(kind=SIZE_KIND), intent(in) :: n

    Return Value type(MeterNodeVectorRIterator)

generic, public :: operator(-) => v_riter_subtract_32

generic, public :: operator(/=) => v_riter_not_equal

generic, public :: operator(<) => v_riter_less

generic, public :: operator(<=) => v_riter_less_equal

generic, public :: operator(==) => v_riter_equal

generic, public :: operator(>) => v_riter_greater

generic, public :: operator(>=) => v_riter_greater_equal

procedure, public :: previous => v_riter_previous

  • private subroutine v_riter_previous(this)

    Arguments

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

procedure, public :: v_riter_add

procedure, public :: v_riter_add_32

procedure, public :: v_riter_atDefault

procedure, public :: v_riter_atOffset

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

    Arguments

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

    Return Value class(AbstractMeterNode), pointer

procedure, public :: v_riter_atOffset_32

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

    Arguments

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

    Return Value class(AbstractMeterNode), pointer

procedure, public :: v_riter_equal

procedure, public :: v_riter_greater

procedure, public :: v_riter_greater_equal

procedure, public :: v_riter_less

procedure, public :: v_riter_less_equal

procedure, public :: v_riter_not_equal

procedure, public :: v_riter_subtract

  • private function v_riter_subtract(this, n) result(newIter)

    Arguments

    Type IntentOptional Attributes Name
    class(MeterNodeVectorRIterator), intent(in) :: this
    integer(kind=SIZE_KIND), intent(in) :: n

    Return Value type(MeterNodeVectorRIterator)

procedure, public :: v_riter_subtract_32