StringNetCDF4_FileFormatterMap Derived Type

type, public :: StringNetCDF4_FileFormatterMap


Inherits

type~~stringnetcdf4_fileformattermap~~InheritsGraph type~stringnetcdf4_fileformattermap StringNetCDF4_FileFormatterMap type~set2~12 set2 type~stringnetcdf4_fileformattermap->type~set2~12 tree type~ivector~11 iVector type~set2~12->type~ivector~11 parents, lefts, rights, heights type~tvector~11 tVector type~set2~12->type~tvector~11 items type~pair~11 pair type~tvector~11->type~pair~11 elements type~netcdf4_fileformatter NetCDF4_FileFormatter type~pair~11->type~netcdf4_fileformatter value

Inherited by

type~~stringnetcdf4_fileformattermap~~InheritedByGraph type~stringnetcdf4_fileformattermap StringNetCDF4_FileFormatterMap type~historycollection HistoryCollection type~historycollection->type~stringnetcdf4_fileformattermap formatters type~stringnetcdf4_fileformattermapiterator StringNetCDF4_FileFormatterMapIterator type~stringnetcdf4_fileformattermapiterator->type~stringnetcdf4_fileformattermap reference type~historycollectionvector HistoryCollectionVector type~historycollectionvector->type~historycollection elements type~historycollectionvectoriterator HistoryCollectionVectorIterator type~historycollectionvectoriterator->type~historycollection elements type~historycollectionvectorriterator HistoryCollectionVectorRIterator type~historycollectionvectorriterator->type~historycollection elements type~serverthread ServerThread type~serverthread->type~historycollectionvector hist_collections type~mockserverthread MockServerThread type~mockserverthread->type~serverthread type~v_wrapper~12 v_Wrapper type~v_wrapper~12->type~serverthread item

Constructor


Type-Bound Procedures

procedure, public :: at => m_at

procedure, public :: begin => m_begin

procedure, public :: clear => m_clear

procedure, public :: count => m_count

  • private function m_count(this, key) result(count)

    Arguments

    Type IntentOptional Attributes Name
    class(StringNetCDF4_FileFormatterMap), intent(in) :: this
    character(len=*), intent(in) :: key

    Return Value integer(kind=SIZE_KIND)

procedure, public :: deepCopy => m_deepCopy

procedure, public :: empty => m_empty

  • private function m_empty(this) result(isEmpty)

    Arguments

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

    Return Value logical

procedure, public :: end => m_end

generic, public :: erase => erase_one

procedure, public :: erase_one => m_erase_one

procedure, public :: find => m_find

procedure, public :: get => m_get

  • private function m_get(this, key, value) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(StringNetCDF4_FileFormatterMap), intent(in), target :: this
    character(len=*) :: key
    type(NetCDF4_FileFormatter), intent(out), pointer :: value

    Return Value logical

generic, public :: insert => insert_key_value

generic, public :: insert => insert_pair

  • private subroutine m_insert_pair(this, p)

    Arguments

    Type IntentOptional Attributes Name
    class(StringNetCDF4_FileFormatterMap), intent(inout) :: this
    type(pair), intent(in) :: p

procedure, public :: insert_key_value => m_insert_key_value

procedure, public :: insert_pair => m_insert_pair

  • private subroutine m_insert_pair(this, p)

    Arguments

    Type IntentOptional Attributes Name
    class(StringNetCDF4_FileFormatterMap), intent(inout) :: this
    type(pair), intent(in) :: p

procedure, public, nopass :: max_size => m_max_size

  • private function m_max_size() result(max_size)

    Arguments

    None

    Return Value integer(kind=SIZE_KIND)

procedure, public :: of => m_of

procedure, public :: set => m_set

procedure, public :: size => m_size

  • private function m_size(this) result(size)

    Arguments

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

    Return Value integer(kind=SIZE_kind)