ChildSpecPair Derived Type

type, public :: ChildSpecPair


Inherits

type~~childspecpair~~InheritsGraph type~childspecpair ChildSpecPair type~childspec ChildSpec type~childspecpair->type~childspec second type~abstractusersetservices AbstractUserSetServices type~childspec->type~abstractusersetservices user_setservices

Inherited by

type~~childspecpair~~InheritedByGraph type~childspecpair ChildSpecPair type~map_s_node~7 map_s_Node type~map_s_node~7->type~childspecpair value type~map_s_node~7->type~map_s_node~7 parent type~map_setiterator~7 map_SetIterator type~map_setiterator~7->type~map_s_node~7 node type~childspecmapiterator ChildSpecMapIterator type~childspecmapiterator->type~map_setiterator~7 set_iter

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: first
type(ChildSpec), public :: second

Constructor

public interface ChildSpecPair

  • private function map_p_new_pair(first, second) result(p)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: first
    type(ChildSpec), intent(in) :: second

    Return Value type(ChildSpecPair)