|
procedure | add_key_sub (this, skey) |
generic | add_key (this, skey) |
procedure | add_string_sub (this, svalue) |
procedure | add_integer_sub (this, ivalue) |
procedure | add_float_sub (this, fvalue) |
procedure | add_double_sub (this, dvalue) |
procedure | add_logical_sub (this, lvalue) |
generic | add_value (this, svalue) |
generic | add_value (this, ivalue) |
generic | add_value (this, fvalue) |
generic | add_value (this, dvalue) |
generic | add_value (this, lvalue) |
Definition at line 14 of file dictionary.F90.
◆ add_double_sub()
procedure dictionary::dict_entry_t::add_double_sub |
( |
class (dict_entry_t) | this, |
|
|
real (c_double), intent(in) | dvalue ) |
◆ add_float_sub()
procedure dictionary::dict_entry_t::add_float_sub |
( |
class (dict_entry_t) | this, |
|
|
real (c_float), intent(in) | fvalue ) |
◆ add_integer_sub()
procedure dictionary::dict_entry_t::add_integer_sub |
( |
class (dict_entry_t) | this, |
|
|
integer (c_int), intent(in) | ivalue ) |
◆ add_key()
generic dictionary::dict_entry_t::add_key |
( |
class (dict_entry_t) | this, |
|
|
character (len=*), intent(in) | skey ) |
◆ add_key_sub()
procedure dictionary::dict_entry_t::add_key_sub |
( |
class (dict_entry_t) | this, |
|
|
character (len=*), intent(in) | skey ) |
◆ add_logical_sub()
procedure dictionary::dict_entry_t::add_logical_sub |
( |
class (dict_entry_t) | this, |
|
|
logical (c_bool), intent(in) | lvalue ) |
◆ add_string_sub()
procedure dictionary::dict_entry_t::add_string_sub |
( |
class (dict_entry_t) | this, |
|
|
character (len=*), intent(in) | svalue ) |
◆ add_value() [1/5]
generic dictionary::dict_entry_t::add_value |
( |
class (dict_entry_t) | this, |
|
|
real (c_double), intent(in) | dvalue ) |
◆ add_value() [2/5]
generic dictionary::dict_entry_t::add_value |
( |
class (dict_entry_t) | this, |
|
|
real (c_float), intent(in) | fvalue ) |
◆ add_value() [3/5]
generic dictionary::dict_entry_t::add_value |
( |
class (dict_entry_t) | this, |
|
|
integer (c_int), intent(in) | ivalue ) |
◆ add_value() [4/5]
generic dictionary::dict_entry_t::add_value |
( |
class (dict_entry_t) | this, |
|
|
logical (c_bool), intent(in) | lvalue ) |
◆ add_value() [5/5]
generic dictionary::dict_entry_t::add_value |
( |
class (dict_entry_t) | this, |
|
|
character (len=*), intent(in) | svalue ) |
◆ key
character (len=:), allocatable dictionary::dict_entry_t::key |
◆ next
type (dict_entry_t), pointer dictionary::dict_entry_t::next => null() |
◆ previous
type (dict_entry_t), pointer dictionary::dict_entry_t::previous => null() |
◆ secondary_key
character (len=:), allocatable dictionary::dict_entry_t::secondary_key |
◆ sl
The documentation for this type was generated from the following file: