pair Derived Type

type, public :: pair


Inherits

type~~pair~11~~InheritsGraph type~pair~11 pair type~netcdf4_fileformatter NetCDF4_FileFormatter type~pair~11->type~netcdf4_fileformatter value

Inherited by

type~~pair~11~~InheritedByGraph type~pair~11 pair type~tvector~11 tVector type~tvector~11->type~pair~11 elements type~set2~12 set2 type~set2~12->type~tvector~11 items type~s_iterator~12 s_iterator type~s_iterator~12->type~set2~12 reference type~stringnetcdf4_fileformattermap StringNetCDF4_FileFormatterMap type~stringnetcdf4_fileformattermap->type~set2~12 tree type~historycollection HistoryCollection type~historycollection->type~stringnetcdf4_fileformattermap formatters type~stringnetcdf4_fileformattermapiterator StringNetCDF4_FileFormatterMapIterator type~stringnetcdf4_fileformattermapiterator->type~s_iterator~12 setIter type~stringnetcdf4_fileformattermapiterator->type~stringnetcdf4_fileformattermap reference

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: key
type(NetCDF4_FileFormatter), public :: value

Constructor

public interface pair

  • private function m_newPair(key, value) result(p)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: key
    type(NetCDF4_FileFormatter), intent(in) :: value

    Return Value type(pair)


Type-Bound Procedures

generic, public :: operator(.sameKey.) => pairSameKey

  • private function pairSameKey(this, other) result(sameKey)

    Arguments

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

    Return Value logical

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

  • private function pairEqual(this, other) result(equal)

    Arguments

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

    Return Value logical

procedure, public :: pairEqual

  • private function pairEqual(this, other) result(equal)

    Arguments

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

    Return Value logical

procedure, public :: pairSameKey

  • private function pairSameKey(this, other) result(sameKey)

    Arguments

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

    Return Value logical