IoBundleVector Derived Type

type, public :: IoBundleVector


Inherits

type~~iobundlevector~~InheritsGraph type~iobundlevector IoBundleVector type~extdata_iobundle ExtData_IoBundle type~iobundlevector->type~extdata_iobundle elements ESMF_FieldBundle ESMF_FieldBundle type~extdata_iobundle->ESMF_FieldBundle pbundle type~griddedioitemvector GriddedIOitemVector type~extdata_iobundle->type~griddedioitemvector items type~mapl_griddedio MAPL_GriddedIO type~extdata_iobundle->type~mapl_griddedio cfio type~v_wrapper v_Wrapper type~griddedioitemvector->type~v_wrapper elements type~mapl_griddedio->ESMF_FieldBundle output_bundle, input_bundle type~mapl_griddedio->type~griddedioitemvector items ESMF_Grid ESMF_Grid type~mapl_griddedio->ESMF_Grid output_grid ESMF_Time ESMF_Time type~mapl_griddedio->ESMF_Time startTime type~abstractregridder AbstractRegridder type~mapl_griddedio->type~abstractregridder regrid_handle type~filemetadata FileMetadata type~mapl_griddedio->type~filemetadata metadata type~filemetadatautils FileMetadataUtils type~mapl_griddedio->type~filemetadatautils current_file_metadata type~timedata timeData type~mapl_griddedio->type~timedata timeInfo type~verticaldata verticalData type~mapl_griddedio->type~verticaldata vdata type~regridderspec~2 RegridderSpec type~abstractregridder->type~regridderspec~2 spec 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~filemetadatautils->type~filemetadata metadata ESMF_Clock ESMF_Clock type~timedata->ESMF_Clock clock ESMF_TimeInterval ESMF_TimeInterval type~timedata->ESMF_TimeInterval offset type~esmftimevector ESMFTimeVector type~timedata->type~esmftimevector tvec type~griddedioitem GriddedIOitem type~v_wrapper->type~griddedioitem item ESMF_Field ESMF_Field type~verticaldata->ESMF_Field interp_var

Constructor

public interface IoBundleVector

  • private function v_new_empty() result(v)

    Arguments

    None

    Return Value type(IoBundleVector)


Type-Bound Procedures

generic, public :: assignment(=) => copyFromArray

  • private subroutine v_copyFromArray(this, array)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    type(ExtData_IoBundle), intent(in), target :: array(:)

generic, public :: at => at_size_kind

  • private function v_at_size_kind(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value type(ExtData_IoBundle), pointer

generic, public :: at => at_32

  • private function v_at_32(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(in), target :: this
    integer, intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value type(ExtData_IoBundle), pointer

procedure, public :: at_32 => v_at_32

  • private function v_at_32(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(in), target :: this
    integer, intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value type(ExtData_IoBundle), pointer

procedure, public :: at_size_kind => v_at_size_kind

  • private function v_at_size_kind(this, i, unused, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value type(ExtData_IoBundle), pointer

procedure, public :: back => v_back

  • private function v_back(this) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle), pointer

procedure, public :: begin => v_begin

  • private function v_begin(this) result(iter)

    Arguments

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

    Return Value type(IoBundleVectorIterator)

procedure, public :: capacity => v_capacity

  • private pure function v_capacity(this) result(capacity)

    Arguments

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

    Return Value integer(kind=SIZE_KIND)

procedure, public :: clear => v_clear

  • private subroutine v_clear(this)

    Arguments

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

procedure, public :: copyFromArray => v_copyFromArray

  • private subroutine v_copyFromArray(this, array)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    type(ExtData_IoBundle), intent(in), target :: array(:)

procedure, public :: empty => v_empty

  • private pure function v_empty(this) result(empty)

    Arguments

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

    Return Value logical

procedure, public :: end => v_end

  • private function v_end(this) result(iter)

    Arguments

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

    Return Value type(IoBundleVectorIterator)

generic, public :: erase => v_erase_one, v_erase_range

procedure, public :: front => v_front

  • private function v_front(this) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle), pointer

generic, public :: get => get_size_kind

  • private function v_get_size_kind(this, i) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle)

generic, public :: get => get_32

  • private function v_get_32(this, i) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle)

procedure, public :: get_32 => v_get_32

  • private function v_get_32(this, i) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle)

procedure, public :: get_data => v_get_data

  • private function v_get_data(this) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle), dimension(:), pointer

procedure, public :: get_size_kind => v_get_size_kind

  • private function v_get_size_kind(this, i) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle)

generic, public :: insert => insert_size_kind

  • private subroutine v_insert_size_kind(this, index, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout), target :: this
    integer(kind=SIZE_KIND), intent(in) :: index
    type(ExtData_IoBundle), intent(in) :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: insert => insert_32

  • private subroutine v_insert_32(this, index, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: index
    type(ExtData_IoBundle), intent(in) :: value

procedure, public :: insert_32 => v_insert_32

  • private subroutine v_insert_32(this, index, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: index
    type(ExtData_IoBundle), intent(in) :: value

procedure, public :: insert_size_kind => v_insert_size_kind

  • private subroutine v_insert_size_kind(this, index, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout), target :: this
    integer(kind=SIZE_KIND), intent(in) :: index
    type(ExtData_IoBundle), intent(in) :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: of => v_of

  • private function v_of(this, i) result(res)

    Arguments

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

    Return Value type(ExtData_IoBundle), pointer

procedure, public :: pop_back => v_pop_back

  • private subroutine v_pop_back(this)

    Arguments

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

procedure, public :: push_back => v_push_back

  • private subroutine v_push_back(this, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    type(ExtData_IoBundle), intent(in) :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: rbegin => v_rbegin

  • private function v_rbegin(this) result(iter)

    Arguments

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

    Return Value type(IoBundleVectorRIterator)

procedure, public :: rend => v_rend

generic, public :: reserve => reserve_size_kind

  • private subroutine v_reserve_size_kind(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: capacity

generic, public :: reserve => reserve_32

  • private subroutine v_reserve_32(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: capacity

procedure, public :: reserve_32 => v_reserve_32

  • private subroutine v_reserve_32(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: capacity

procedure, public :: reserve_size_kind => v_reserve_size_kind

  • private subroutine v_reserve_size_kind(this, capacity)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: capacity

procedure, public :: reset => v_reset

  • private subroutine v_reset(this)

    Arguments

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

generic, public :: resize => resize_size

  • private subroutine v_resize_size(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: newsize
    type(ExtData_IoBundle), intent(in), optional :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: resize => resize_32

  • private subroutine v_resize_32(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: newsize
    type(ExtData_IoBundle), intent(in), optional :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: resize_32 => v_resize_32

  • private subroutine v_resize_32(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: newsize
    type(ExtData_IoBundle), intent(in), optional :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: resize_size => v_resize_size

  • private subroutine v_resize_size(this, newsize, value, unused, rc)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: newsize
    type(ExtData_IoBundle), intent(in), optional :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

generic, public :: set => set_size_kind

  • private subroutine v_set_size_kind(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(ExtData_IoBundle), intent(in) :: value

generic, public :: set => set_32

  • private subroutine v_set_32(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: i
    type(ExtData_IoBundle), intent(in) :: value

procedure, public :: set_32 => v_set_32

  • private subroutine v_set_32(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer, intent(in) :: i
    type(ExtData_IoBundle), intent(in) :: value

procedure, public :: set_size_kind => v_set_size_kind

  • private subroutine v_set_size_kind(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(ExtData_IoBundle), intent(in) :: value

procedure, public :: shrink_to_fit => v_shrink_to_fit

  • private subroutine v_shrink_to_fit(this)

    Arguments

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

procedure, public :: size => v_size

  • private pure function v_size(this) result(res)

    Arguments

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

    Return Value integer(kind=SIZE_KIND)

procedure, public :: swap => v_swap

  • private subroutine v_swap(this, other)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout), target :: this
    type(IoBundleVector), intent(inout), target :: other

procedure, public :: v_erase_one

  • private subroutine v_erase_one(this, position)

    Arguments

    Type IntentOptional Attributes Name
    class(IoBundleVector), intent(inout), target :: this
    type(IoBundleVectorIterator), intent(in) :: position

procedure, public :: v_erase_range