PFIO_VectorIterator Derived Type

type, public :: PFIO_VectorIterator


Inherits

type~~pfio_vectoriterator~~InheritsGraph type~pfio_vectoriterator PFIO_VectorIterator type~filemetadata FileMetadata type~pfio_vectoriterator->type~filemetadata elements StringIntegerMap StringIntegerMap type~filemetadata->StringIntegerMap dimensions StringVector StringVector type~filemetadata->StringVector order type~stringvariablemap StringVariableMap type~filemetadata->type~stringvariablemap variables type~variable Variable type~filemetadata->type~variable global_var type~map_set~15 map_Set type~stringvariablemap->type~map_set~15 tree type~variable->StringVector dimensions type~stringattributemap StringAttributeMap type~variable->type~stringattributemap attributes type~unlimitedentity UnlimitedEntity type~variable->type~unlimitedentity const_value type~map_s_basenode~15 map_s_BaseNode type~map_set~15->type~map_s_basenode~15 root type~set2~10 set2 type~stringattributemap->type~set2~10 tree

Type-Bound Procedures

generic, public :: at => v_iter_atDefault

  • private function v_iter_atDefault(this) result(ptr)

    Arguments

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

    Return Value type(FileMetadata), pointer

generic, public :: at => v_iter_atOffset

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

    Arguments

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

    Return Value type(FileMetadata), pointer

generic, public :: at => v_iter_atOffset_32

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

    Arguments

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

    $ ptr => this%at(int(i,kind=SIZE_KIND))

    Return Value type(FileMetadata), pointer

procedure, public :: get => v_iter_get

  • private function v_iter_get(this) result(item)

    Arguments

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

    Return Value type(FileMetadata), pointer

procedure, public :: next => v_iter_next

  • private subroutine v_iter_next(this)

    Arguments

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

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

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

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

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

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

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

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

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

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

  • private function v_not_iter_equal(this, other) result(ne)

    Arguments

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

    Return Value logical

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

  • private function v_iter_less(this, other) result(less)

    Arguments

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

    Return Value logical

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

  • private function v_iter_less_equal(this, other) result(le)

    Arguments

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

    Return Value logical

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

  • private function v_iter_equal(this, other) result(eq)

    Arguments

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

    Return Value logical

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

  • private function v_iter_greater(this, other) result(gt)

    Arguments

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

    Return Value logical

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

  • private function v_iter_greater_equal(this, other) result(gte)

    Arguments

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

    Return Value logical

procedure, public :: previous => v_iter_previous

  • private subroutine v_iter_previous(this)

    Arguments

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

procedure, public :: v_iter_add

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

procedure, public :: v_iter_add_32

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

procedure, public :: v_iter_atDefault

  • private function v_iter_atDefault(this) result(ptr)

    Arguments

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

    Return Value type(FileMetadata), pointer

procedure, public :: v_iter_atOffset

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

    Arguments

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

    Return Value type(FileMetadata), pointer

procedure, public :: v_iter_atOffset_32

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

    Arguments

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

    $ ptr => this%at(int(i,kind=SIZE_KIND))

    Return Value type(FileMetadata), pointer

procedure, public :: v_iter_equal

  • private function v_iter_equal(this, other) result(eq)

    Arguments

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

    Return Value logical

procedure, public :: v_iter_greater

  • private function v_iter_greater(this, other) result(gt)

    Arguments

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

    Return Value logical

procedure, public :: v_iter_greater_equal

  • private function v_iter_greater_equal(this, other) result(gte)

    Arguments

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

    Return Value logical

procedure, public :: v_iter_less

  • private function v_iter_less(this, other) result(less)

    Arguments

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

    Return Value logical

procedure, public :: v_iter_less_equal

  • private function v_iter_less_equal(this, other) result(le)

    Arguments

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

    Return Value logical

procedure, public :: v_iter_subtract

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

procedure, public :: v_iter_subtract_32

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

    Arguments

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

    Return Value type(PFIO_VectorIterator)

procedure, public :: v_not_iter_equal

  • private function v_not_iter_equal(this, other) result(ne)

    Arguments

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

    Return Value logical