MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
StateItemSpecMap
Interface
5 statements
Source File
StateItemSpecMap.F90
mapl3g_StateItemSpecMap
StateItemSpecMap
Contents
Module Procedures
map_new_map_empty
map_new_map_copy
map_new_map_initializer_list
public interface StateItemSpecMap
Module Procedures
private function map_new_map_empty() result(m)
Arguments
None
Return Value
type(
StateItemSpecMap
)
private function map_new_map_copy(x) result(m)
Arguments
Type
Intent
Optional
Attributes
Name
type(
StateItemSpecMap
),
intent(in)
::
x
Return Value
type(
StateItemSpecMap
)
private function map_new_map_initializer_list(il) result(m)
Arguments
Type
Intent
Optional
Attributes
Name
type(
StateItemSpecPair
),
intent(in)
::
il
(:)
Return Value
type(
StateItemSpecMap
)