HistoryCollectionVector Derived Type

type, public :: HistoryCollectionVector


Inherits

type~~historycollectionvector~~InheritsGraph type~historycollectionvector HistoryCollectionVector type~historycollection HistoryCollection type~historycollectionvector->type~historycollection elements type~filemetadata FileMetadata type~historycollection->type~filemetadata fmd type~stringnetcdf4_fileformattermap StringNetCDF4_FileFormatterMap type~historycollection->type~stringnetcdf4_fileformattermap formatters 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~set2~14 set2 type~stringnetcdf4_fileformattermap->type~set2~14 tree type~ivector~13 iVector type~set2~14->type~ivector~13 parents, lefts, rights, heights type~tvector~13 tVector type~set2~14->type~tvector~13 items type~set2~13 set2 type~stringvariablemap->type~set2~13 tree type~variable->StringVector dimensions type~stringattributemap StringAttributeMap type~variable->type~stringattributemap attributes type~unlimitedentity UnlimitedEntity type~variable->type~unlimitedentity const_value

Inherited by

type~~historycollectionvector~~InheritedByGraph type~historycollectionvector HistoryCollectionVector type~serverthread ServerThread type~serverthread->type~historycollectionvector hist_collections type~mockserverthread MockServerThread type~mockserverthread->type~serverthread type~v_wrapper~13 v_Wrapper type~v_wrapper~13->type~serverthread item type~serverthreadvector ServerThreadVector type~serverthreadvector->type~v_wrapper~13 elements type~serverthreadvectoriterator ServerThreadVectorIterator type~serverthreadvectoriterator->type~v_wrapper~13 elements type~serverthreadvectorriterator ServerThreadVectorRIterator type~serverthreadvectorriterator->type~v_wrapper~13 elements type~baseserver BaseServer type~baseserver->type~serverthreadvector threads

Constructor

public interface HistoryCollectionVector


Type-Bound Procedures

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

  • private subroutine v_copyFromArray(this, array)

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), intent(inout) :: this
    type(HistoryCollection), 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(HistoryCollectionVector), 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(HistoryCollection), pointer

generic, public :: at => at_32

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

    Arguments

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

    Return Value type(HistoryCollection), 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(HistoryCollectionVector), intent(in), target :: this
    integer, intent(in) :: i
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

    Return Value type(HistoryCollection), 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(HistoryCollectionVector), 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(HistoryCollection), pointer

procedure, public :: back => v_back

procedure, public :: begin => v_begin

procedure, public :: capacity => v_capacity

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

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), 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(HistoryCollectionVector), intent(inout) :: this

procedure, public :: copyFromArray => v_copyFromArray

  • private subroutine v_copyFromArray(this, array)

    Arguments

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

procedure, public :: empty => v_empty

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

    Arguments

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

    Return Value logical

procedure, public :: end => v_end

generic, public :: erase => v_erase_one, v_erase_range

procedure, public :: front => v_front

generic, public :: get => get_size_kind

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

    Arguments

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

    Return Value type(HistoryCollection)

generic, public :: get => get_32

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

    Arguments

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

    Return Value type(HistoryCollection)

procedure, public :: get_32 => v_get_32

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

    Arguments

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

    Return Value type(HistoryCollection)

procedure, public :: get_data => v_get_data

  • private function v_get_data(this) result(res)

    Arguments

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

    Return Value type(HistoryCollection), 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(HistoryCollectionVector), intent(in), target :: this
    integer(kind=SIZE_KIND), intent(in) :: i

    Return Value type(HistoryCollection)

generic, public :: insert => insert_size_kind

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

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), intent(inout), target :: this
    integer(kind=SIZE_KIND), intent(in) :: index
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this
    integer, intent(in) :: index
    type(HistoryCollection), intent(in) :: value

procedure, public :: insert_32 => v_insert_32

  • private subroutine v_insert_32(this, index, value)

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), intent(inout) :: this
    integer, intent(in) :: index
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout), target :: this
    integer(kind=SIZE_KIND), intent(in) :: index
    type(HistoryCollection), 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(HistoryCollectionVector), intent(in), target :: this
    integer, intent(in) :: i

    Return Value type(HistoryCollection), pointer

procedure, public :: pop_back => v_pop_back

  • private subroutine v_pop_back(this)

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), 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(HistoryCollectionVector), intent(inout) :: this
    type(HistoryCollection), intent(in) :: value
    type(KeywordEnforcer), intent(in), optional :: unused
    integer, intent(out), optional :: rc

procedure, public :: rbegin => v_rbegin

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(HistoryCollectionVector), 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(HistoryCollectionVector), 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(HistoryCollectionVector), 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(HistoryCollectionVector), 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(HistoryCollectionVector), intent(inout) :: this

generic, public :: resize => resize_size

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

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: newsize
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this
    integer, intent(in) :: newsize
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this
    integer, intent(in) :: newsize
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: newsize
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(HistoryCollection), intent(in) :: value

generic, public :: set => set_32

  • private subroutine v_set_32(this, i, value)

    Arguments

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

procedure, public :: set_32 => v_set_32

  • private subroutine v_set_32(this, i, value)

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionVector), intent(inout) :: this
    integer, intent(in) :: i
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this
    integer(kind=SIZE_KIND), intent(in) :: i
    type(HistoryCollection), 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(HistoryCollectionVector), intent(inout) :: this

procedure, public :: size => v_size

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

    Arguments

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

    Return Value integer(kind=SIZE_KIND)

procedure, public :: swap => v_swap

procedure, public :: v_erase_one

procedure, public :: v_erase_range