VirtualPtStateItemSpecMap Interface

public interface VirtualPtStateItemSpecMap

Module Procedures

private function map_new_map_empty() result(m)

Arguments

None

Return Value type(VirtualPtStateItemSpecMap)

private function map_new_map_copy(x) result(m)

Arguments

Type IntentOptional Attributes Name
type(VirtualPtStateItemSpecMap), intent(in) :: x

Return Value type(VirtualPtStateItemSpecMap)

private function map_new_map_initializer_list(il) result(m)

Arguments

Type IntentOptional Attributes Name
type(VirtualPtStateItemSpecPair), intent(in) :: il(:)

Return Value type(VirtualPtStateItemSpecMap)