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_keywordenforcer mapl_KeywordEnforcer module~mapl_keywordenforcermod->module~mapl_keywordenforcer module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_errorhandling->mpi module~mapl_errorhandling->module~mapl_throwmod

Derived Types

type, public ::  FargparseCLI_Type

Components

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

Type-Bound Procedures

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

Functions

public function FargparseCLI(unusable, extra_options, cast_extras, rc) result(cap_options)

Arguments

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

Return Value type(MAPL_CapOptions)