new_CFIOCollection Function

public function new_CFIOCollection(template) result(collection)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: template

Return Value type(CFIOCollection)


Called by

proc~~new_cfiocollection~~CalledByGraph proc~new_cfiocollection new_CFIOCollection interface~cfiocollection CFIOCollection interface~cfiocollection->proc~new_cfiocollection proc~mapl_cfioaddcollection MAPL_CFIOAddCollection proc~mapl_cfioaddcollection->proc~new_cfiocollection

Source Code

  function new_CFIOCollection(template) result(collection)
    type (CFIOCollection) :: collection
    character(len=*), intent(in) :: template

    collection%template = template 

  end function new_CFIOCollection