| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(command_line_interface), | public | :: | cli_options |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| character(len=*), | intent(in) | :: | description | |||
| character(len=*), | intent(in) | :: | authors | |||
| 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 | ||
| character(len=*), | intent(in) | :: | description | |||
| character(len=*), | intent(in) | :: | authors | |||
| procedure(I_extraoptions), | optional | :: | extra | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(command_line_interface), | intent(inout) | :: | options | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MAPL_FlapCLI), | intent(inout) | :: | flapCLI | |||
| type(MAPL_CapOptions), | intent(out) | :: | cap_options | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
type :: MAPL_FlapCLI type(command_line_interface) :: cli_options contains procedure, nopass :: add_command_line_options procedure :: fill_cap_options end type MAPL_FlapCLI