MAPL_FargparseCLIMod Module


Uses

  • module~~mapl_fargparseclimod~~UsesGraph module~mapl_fargparseclimod MAPL_FargparseCLIMod ESMF ESMF module~mapl_fargparseclimod->ESMF fArgParse fArgParse module~mapl_fargparseclimod->fArgParse gFTL2_IntegerVector gFTL2_IntegerVector module~mapl_fargparseclimod->gFTL2_IntegerVector module~mapl_capoptionsmod mapl_CapOptionsMod module~mapl_fargparseclimod->module~mapl_capoptionsmod module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_fargparseclimod->module~mapl_exceptionhandling module~mapl_keywordenforcermod MAPL_KeywordEnforcerMod module~mapl_fargparseclimod->module~mapl_keywordenforcermod mpi mpi module~mapl_fargparseclimod->mpi module~mapl_capoptionsmod->ESMF module~mapl_capoptionsmod->module~mapl_exceptionhandling module~mapl_capoptionsmod->module~mapl_keywordenforcermod module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_errorhandlingmod->mpi module~mapl_errorhandlingmod->module~mapl_throwmod

Interfaces

public interface MAPL_CapOptions

  • private function old_CapOptions_from_Fargparse(fargparseCLI, unusable, rc) result(cap_options)

    Arguments

    Type IntentOptional Attributes Name
    type(MAPL_FargparseCLI), intent(inout) :: fargparseCLI
    class(KeywordEnforcer), intent(in), optional :: unusable
    integer, intent(out), optional :: rc

    Return Value type(MAPL_CapOptions)

public interface MAPL_FargparseCLI

  • private function new_CapOptions_from_fargparse(unusable, dummy, extra, rc) result(cap_options)

    Arguments

    Type IntentOptional Attributes Name
    class(KeywordEnforcer), intent(in), optional :: unusable
    character(len=*), intent(in) :: dummy
    procedure(I_extraoptions), optional :: extra
    integer, intent(out), optional :: rc

    Return Value type(MAPL_CapOptions)

  • private function new_CapOptions_from_fargparse_back_comp(unusable, extra, rc) result(fargparsecap)

    Arguments

    Type IntentOptional Attributes Name
    class(KeywordEnforcer), intent(in), optional :: unusable
    procedure(I_extraoptions), optional :: extra
    integer, intent(out), optional :: rc

    Return Value type(MAPL_FargparseCLI)


Derived Types

type, public ::  MAPL_FargparseCLI

Components

Type Visibility Attributes Name Initial
type(ArgParser), public :: parser
type(StringUnlimitedMap), public :: options

Constructor

private function new_CapOptions_from_fargparse (unusable, dummy, extra, rc)
private function new_CapOptions_from_fargparse_back_comp (unusable, extra, rc)

Type-Bound Procedures

procedure, public, nopass :: add_command_line_options
procedure, public :: fill_cap_options