Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(ArgParser), | public | :: | parser | ||||
type(StringUnlimitedMap), | public | :: | options |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
character(len=*), | intent(in) | :: | dummy | |||
procedure(I_extraoptions), | optional | :: | extra | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
procedure(I_extraoptions), | optional | :: | extra | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ArgParser), | intent(inout) | :: | parser | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_FargparseCLI), | intent(inout) | :: | fargparseCLI | |||
type(MAPL_CapOptions), | intent(out) | :: | cap_options | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
type :: MAPL_FargparseCLI type(ArgParser) :: parser type(StringUnlimitedMap) :: options contains procedure, nopass :: add_command_line_options procedure :: fill_cap_options end type MAPL_FargparseCLI