ExtDataRuleMap Derived Type

type, public :: ExtDataRuleMap


Inherits

type~~extdatarulemap~~InheritsGraph type~extdatarulemap ExtDataRuleMap type~set2~11 set2 type~extdatarulemap->type~set2~11 tree type~ivector~10 iVector type~set2~11->type~ivector~10 parents, lefts, rights, heights type~tvector~10 tVector type~set2~11->type~tvector~10 items type~pair~10 pair type~tvector~10->type~pair~10 elements type~extdatarule ExtDataRule type~pair~10->type~extdatarule value

Inherited by

type~~extdatarulemap~~InheritedByGraph type~extdatarulemap ExtDataRuleMap type~extdataconfig ExtDataConfig type~extdataconfig->type~extdatarulemap rule_map type~extdatarulemapiterator ExtDataRuleMapIterator type~extdatarulemapiterator->type~extdatarulemap reference type~extdataoldtypescreator ExtDataOldTypesCreator type~extdataoldtypescreator->type~extdataconfig

Constructor

public interface ExtDataRuleMap

  • private function m_new_map_empty() result(m)

    Arguments

    None

    Return Value type(ExtDataRuleMap)

  • private function m_new_map_from_pair_array(pairs) result(m)

    Arguments

    Type IntentOptional Attributes Name
    type(pair), intent(in) :: pairs(:)

    Return Value type(ExtDataRuleMap)


Type-Bound Procedures

procedure, public :: at => m_at

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

    Arguments

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

    Return Value type(ExtDataRule), pointer

procedure, public :: begin => m_begin

  • private function m_begin(this) result(iter)

    Arguments

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

    Return Value type(ExtDataRuleMapIterator)

procedure, public :: clear => m_clear

  • private subroutine m_clear(this)

    Arguments

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

procedure, public :: count => m_count

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

    Arguments

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

    Return Value integer(kind=SIZE_KIND)

procedure, public :: deepCopy => m_deepCopy

  • private subroutine m_deepCopy(this, original)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMap), intent(out) :: this
    class(ExtDataRuleMap), intent(in) :: original

procedure, public :: empty => m_empty

  • private function m_empty(this) result(isEmpty)

    Arguments

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

    Return Value logical

procedure, public :: end => m_end

  • private function m_end(this) result(iter)

    Arguments

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

    Return Value type(ExtDataRuleMapIterator)

generic, public :: erase => erase_one

  • private subroutine m_erase_one(this, iter)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMap), intent(inout) :: this
    type(ExtDataRuleMapIterator), intent(inout) :: iter

procedure, public :: erase_one => m_erase_one

  • private subroutine m_erase_one(this, iter)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMap), intent(inout) :: this
    type(ExtDataRuleMapIterator), intent(inout) :: iter

procedure, public :: find => m_find

  • private function m_find(this, key) result(iter)

    Arguments

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

    Return Value type(ExtDataRuleMapIterator)

procedure, public :: get => m_get

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

    Arguments

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

    Return Value logical

generic, public :: insert => insert_key_value

  • private subroutine m_insert_key_value(this, key, value)

    Arguments

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

generic, public :: insert => insert_pair

  • private subroutine m_insert_pair(this, p)

    Arguments

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

procedure, public :: insert_key_value => m_insert_key_value

  • private subroutine m_insert_key_value(this, key, value)

    Arguments

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

procedure, public :: insert_pair => m_insert_pair

  • private subroutine m_insert_pair(this, p)

    Arguments

    Type IntentOptional Attributes Name
    class(ExtDataRuleMap), 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

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

    Arguments

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

    Return Value type(ExtDataRule), pointer

procedure, public :: set => m_set

  • private subroutine m_set(this, key, value)

    Arguments

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

procedure, public :: size => m_size

  • private function m_size(this) result(size)

    Arguments

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

    Return Value integer(kind=SIZE_kind)