MONC
Public Attributes | List of all members
collections_mod::mapentry_type Type Reference

Public Attributes

character(len=string_length) key
 
class(*), pointer value => null()
 

Detailed Description

Definition at line 46 of file collections.F90.

Member Data Documentation

◆ key

character(len=string_length) collections_mod::mapentry_type::key

Definition at line 47 of file collections.F90.

47  character(len=STRING_LENGTH) :: key

◆ value

class(*), pointer collections_mod::mapentry_type::value => null()

Definition at line 48 of file collections.F90.

48  class(*), pointer :: value => null()

The documentation for this type was generated from the following file: