FieldDictionaryItemMap Derived Type

type, public :: FieldDictionaryItemMap


Inherits

type~~fielddictionaryitemmap~~InheritsGraph type~fielddictionaryitemmap FieldDictionaryItemMap type~map_set~3 map_Set type~fielddictionaryitemmap->type~map_set~3 tree type~map_s_basenode~3 map_s_BaseNode type~map_set~3->type~map_s_basenode~3 root

Inherited by

type~~fielddictionaryitemmap~~InheritedByGraph type~fielddictionaryitemmap FieldDictionaryItemMap type~fielddictionary FieldDictionary type~fielddictionary->type~fielddictionaryitemmap entries type~fielddictionaryitemmapiterator FieldDictionaryItemMapIterator type~fielddictionaryitemmapiterator->type~fielddictionaryitemmap reference

Constructor

public interface FieldDictionaryItemMap


Type-Bound Procedures

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

generic, public :: at => at_rc

  • private function map_at_rc(this, key, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(in), target :: this
    character(len=*), intent(in) :: key
    integer, intent(out), optional :: rc

    Return Value type(FieldDictionaryItem), pointer

procedure, public :: at_rc => map_at_rc

  • private function map_at_rc(this, key, rc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(in), target :: this
    character(len=*), intent(in) :: key
    integer, intent(out), optional :: rc

    Return Value type(FieldDictionaryItem), pointer

procedure, public :: begin => map_begin

procedure, public :: clear => map_clear

  • private recursive subroutine map_clear(this)

    Arguments

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

procedure, public :: count => map_count

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

    Arguments

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

    Return Value integer(kind=GFTL_SIZE_KIND)

procedure, public :: deep_copy => map_deep_copy

procedure, public :: empty => map_empty

  • private function map_empty(this) result(isEmpty)

    Arguments

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

    Return Value logical

procedure, public :: end => map_end

generic, public :: erase => erase_iter

generic, public :: erase => erase_key

  • private function map_erase_key(this, k) result(n)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(inout) :: this
    character(len=*), intent(in) :: k

    Return Value integer(kind=GFTL_SIZE_KIND)

generic, public :: erase => erase_range

procedure, public :: erase_iter => map_erase_iter

procedure, public :: erase_key => map_erase_key

  • private function map_erase_key(this, k) result(n)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(inout) :: this
    character(len=*), intent(in) :: k

    Return Value integer(kind=GFTL_SIZE_KIND)

procedure, public :: erase_range => map_erase_range

procedure, public :: find => map_find

procedure, public :: ftn_begin => map_ftn_begin

procedure, public :: ftn_end => map_ftn_end

generic, public :: insert => insert_key_value

  • private recursive subroutine map_insert_key_value(this, key, value)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(inout) :: this
    character(len=*), intent(in) :: key
    type(FieldDictionaryItem), intent(in), target :: value

generic, public :: insert => insert_pair

$ procedure :: insert_or_assign => map_insert_or_assign

procedure, public :: insert_key_value => map_insert_key_value

  • private recursive subroutine map_insert_key_value(this, key, value)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(inout) :: this
    character(len=*), intent(in) :: key
    type(FieldDictionaryItem), intent(in), target :: value

procedure, public :: insert_pair => map_insert_pair

procedure, public, nopass :: max_size => map_max_size

  • private function map_max_size() result(max_size)

    Arguments

    None

    Return Value integer(kind=GFTL_SIZE_KIND)

procedure, public :: of => map_of

  • private function map_of(this, key) result(res)

    Arguments

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

    Return Value type(FieldDictionaryItem), pointer

procedure, public :: set => map_set_

  • private subroutine map_set_(this, key, value)

    Arguments

    Type IntentOptional Attributes Name
    class(FieldDictionaryItemMap), intent(inout) :: this
    character(len=*), intent(in) :: key
    type(FieldDictionaryItem), intent(in) :: value

procedure, public :: size => map_size

  • private function map_size(this) result(size)

    Arguments

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

    Return Value integer(kind=GFTL_SIZE_KIND)

procedure, public :: verify => map_verify

  • private recursive function map_verify(this) result(verify)

    Arguments

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

    Return Value logical