Call to allow for freeing of resources of this object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(object), | intent(inout) | :: | self |
Get value of an attribute of this object
Set value of an attribute of this object
Delete an attribute of this object
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(object), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | attr_name |
Get c_ptr representation of this object. For development of Python extension modules
Get C pointer to an object, needed for developing Python extensions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(object), | intent(in) | :: | self |
Get value at a given key. KeyError if key does not exist
Inserts value at given key. Sets value if key already exists.
Delete key-value pair with given key.
Get value at a given key. KeyError if key does not exist
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
integer(kind=int32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
integer(kind=int64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
real(kind=real32), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
real(kind=real32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
real(kind=real64), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
real(kind=real64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
complex(kind=real32), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
complex(kind=real32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
complex(kind=real64), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
complex(kind=real64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
logical, | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
logical, | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR), | intent(out), | dimension(:), pointer | :: | item | ||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
character(kind=C_CHAR), | intent(in), | dimension(:) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=:), | intent(out), | allocatable | :: | item | ||
integer(kind=int32), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(in) | :: | key | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
integer(kind=int32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
integer(kind=int64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
real(kind=real32), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
real(kind=real32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
real(kind=real64), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
real(kind=real64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
complex(kind=real32), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
complex(kind=real32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
complex(kind=real64), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
complex(kind=real64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
logical, | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
logical, | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR), | intent(out), | dimension(:), pointer | :: | item | ||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
character(kind=C_CHAR), | intent(in), | dimension(:) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=:), | intent(out), | allocatable | :: | item | ||
integer(kind=int64), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(in) | :: | key | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
integer(kind=int32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
integer(kind=int64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
real(kind=real32), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
real(kind=real32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
real(kind=real64), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
real(kind=real64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
complex(kind=real32), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
complex(kind=real32), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
complex(kind=real64), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
complex(kind=real64), | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
logical, | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
logical, | intent(in) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR), | intent(out), | dimension(:), pointer | :: | item | ||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
character(kind=C_CHAR), | intent(in), | dimension(:) | :: | item |
Get value at a given key. KeyError if key does not exist
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=:), | intent(out), | allocatable | :: | item | ||
character(kind=C_CHAR,len=*), | intent(in) | :: | key |
Inserts value at given key. Sets value if key already exists.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | item |
Get number of key-value pairs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(in) | :: | self | |||
integer(kind=int32), | intent(out) | :: | length |
Get number of key-value pairs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mapping), | intent(in) | :: | self | |||
integer(kind=int64), | intent(out) | :: | length |
Checks if key is contained in datastructure.
Removes all key-value pairs from dictionary.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self |
Creates a copy of dict
Creates a list of a dict's keys
Creates a list of a dict's key-value pairs.
Creates a list of a dict's values
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
type(object), | intent(out) | :: | item | |||
class(object), | intent(in) | :: | key | |||
class(object), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
type(object), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
class(object), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
integer(kind=int32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
integer(kind=int64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
real(kind=real32), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
real(kind=real32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
real(kind=real64), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
real(kind=real64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
complex(kind=real32), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
complex(kind=real32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
complex(kind=real64), | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
complex(kind=real64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
logical, | intent(out) | :: | item | |||
integer(kind=int32), | intent(in) | :: | key | |||
logical, | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
character(kind=C_CHAR), | intent(out), | dimension(:), pointer | :: | item | ||
integer(kind=int32), | intent(in) | :: | key | |||
character(kind=C_CHAR), | intent(in), | dimension(:), pointer | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=:), | intent(out), | allocatable | :: | item | ||
integer(kind=int32), | intent(in) | :: | key | |||
character(kind=C_CHAR,len=:), | intent(in), | allocatable | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
type(object), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
class(object), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
integer(kind=int32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
integer(kind=int64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
real(kind=real32), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
real(kind=real32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
real(kind=real64), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
real(kind=real64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
complex(kind=real32), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
complex(kind=real32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
complex(kind=real64), | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
complex(kind=real64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
logical, | intent(out) | :: | item | |||
integer(kind=int64), | intent(in) | :: | key | |||
logical, | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
character(kind=C_CHAR), | intent(out), | dimension(:), pointer | :: | item | ||
integer(kind=int64), | intent(in) | :: | key | |||
character(kind=C_CHAR), | intent(in), | dimension(:), pointer | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=:), | intent(out), | allocatable | :: | item | ||
integer(kind=int64), | intent(in) | :: | key | |||
character(kind=C_CHAR,len=:), | intent(in), | allocatable | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
type(object), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
class(object), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
integer(kind=int32), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
integer(kind=int32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
integer(kind=int64), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
integer(kind=int64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
real(kind=real32), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
real(kind=real32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
real(kind=real64), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
real(kind=real64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
complex(kind=real32), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
complex(kind=real32), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
complex(kind=real64), | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
complex(kind=real64), | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
logical, | intent(out) | :: | item | |||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
logical, | intent(in) | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
character(kind=C_CHAR), | intent(out), | dimension(:), pointer | :: | item | ||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
character(kind=C_CHAR), | intent(in), | dimension(:), pointer | :: | default_value |
Get value at a given key. If key does not exist, return a default value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
character(kind=C_CHAR,len=:), | intent(out), | allocatable | :: | item | ||
character(kind=C_CHAR,len=*), | intent(in) | :: | key | |||
character(kind=C_CHAR,len=:), | intent(in), | allocatable | :: | default_value |
Get value at a given key. If key does not exist, set value at key to default value and return default.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dict), | intent(inout) | :: | self | |||
type(object), | intent(out) | :: | the_value | The value retrieved from the dict. |
||
class(object), | intent(in) | :: | key | Key to retrieve value from. |
||
class(object), | intent(in) | :: | default_value | Default value that is inserted into dict and returned., if key is not present. |
Error code, 0 on success