CFIOCollectionVectorIterator Derived Type

type, public :: CFIOCollectionVectorIterator


Inherits

type~~cfiocollectionvectoriterator~~InheritsGraph type~cfiocollectionvectoriterator CFIOCollectionVectorIterator type~cfiocollection CFIOCollection type~cfiocollectionvectoriterator->type~cfiocollection elements ESMF_Grid ESMF_Grid type~cfiocollection->ESMF_Grid src_grid StringIntegerMap StringIntegerMap type~cfiocollection->StringIntegerMap file_ids type~esmf_cfio ESMF_CFIO type~cfiocollection->type~esmf_cfio formatter type~esmf_cfioptrvector ESMF_CFIOPtrVector type~cfiocollection->type~esmf_cfioptrvector formatters type~filemetadata FileMetadata type~cfiocollection->type~filemetadata file type~pfio_vector PFIO_Vector type~cfiocollection->type~pfio_vector files type~cnode cNode type~esmf_cfio->type~cnode cList type~esmf_cfiogrid ESMF_CFIOGrid type~esmf_cfio->type~esmf_cfiogrid grids type~esmf_cfiovarinfo ESMF_CFIOVarInfo type~esmf_cfio->type~esmf_cfiovarinfo varObjs type~inode iNode type~esmf_cfio->type~inode iList type~rnode rNode type~esmf_cfio->type~rnode rList type~v_wrapper~8 v_Wrapper type~esmf_cfioptrvector->type~v_wrapper~8 elements 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~pfio_vector->type~filemetadata elements type~cnode->type~cnode next type~esmf_cfiovarinfo->type~cnode cList type~esmf_cfiovarinfo->type~esmf_cfiogrid grid type~esmf_cfiovarinfo->type~inode iList type~esmf_cfiovarinfo->type~rnode rList type~inode->type~inode next type~rnode->type~rnode next type~map_set~15 map_Set type~stringvariablemap->type~map_set~15 tree type~v_wrapper~8->type~esmf_cfio item type~variable->StringVector dimensions type~stringattributemap StringAttributeMap type~variable->type~stringattributemap attributes type~unlimitedentity UnlimitedEntity type~variable->type~unlimitedentity const_value

Type-Bound Procedures

generic, public :: at => v_iter_atDefault

generic, public :: at => v_iter_atOffset

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

    Arguments

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

    Return Value type(CFIOCollection), pointer

generic, public :: at => v_iter_atOffset_32

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

    Arguments

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

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

    Return Value type(CFIOCollection), pointer

procedure, public :: get => v_iter_get

procedure, public :: next => v_iter_next

  • private subroutine v_iter_next(this)

    Arguments

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

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

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

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

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

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

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

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

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

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

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

procedure, public :: previous => v_iter_previous

  • private subroutine v_iter_previous(this)

    Arguments

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

procedure, public :: v_iter_add

procedure, public :: v_iter_add_32

procedure, public :: v_iter_atDefault

procedure, public :: v_iter_atOffset

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

    Arguments

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

    Return Value type(CFIOCollection), pointer

procedure, public :: v_iter_atOffset_32

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

    Arguments

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

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

    Return Value type(CFIOCollection), pointer

procedure, public :: v_iter_equal

procedure, public :: v_iter_greater

procedure, public :: v_iter_greater_equal

procedure, public :: v_iter_less

procedure, public :: v_iter_less_equal

procedure, public :: v_iter_subtract

procedure, public :: v_iter_subtract_32

procedure, public :: v_not_iter_equal