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