Private map key-value pair data structure.
More...
Private map key-value pair data structure.
Definition at line 32 of file collections.F90.
◆ key
character(len=string_length) collections_mod::mapnode_type::key |
|
private |
String key.
Definition at line 35 of file collections.F90.
35 character(len=STRING_LENGTH) :: key
◆ memory_allocation_automatic
logical collections_mod::mapnode_type::memory_allocation_automatic |
|
private |
Definition at line 33 of file collections.F90.
33 logical :: memory_allocation_automatic
◆ value
class(*), pointer collections_mod::mapnode_type::value => null() |
|
private |
Pointer to the generic data which is held by this key-value pair.
Definition at line 37 of file collections.F90.
37 class(*),
pointer ::
value => null()
The documentation for this type was generated from the following file: