Public Attributes | |
| logical | initialized = .false. |
| Initialization flag | |
| type(cmd_opts_internal), dimension(:), pointer | cmd_opts_list => null() |
| List of items identified as options among command line arguments | |
| type(hash) | helpmsg |
| Help message hash | |
Derived type for command line argument parsing
Use DCArgsOpen for initialization and DCArgsClose for finalization. Stores arguments given in command line and information given by DCArgsOption and DCArgsHelpMsg subroutines within the program.
See dc_args Usage for detailed usage.
Definition at line 231 of file dc_args.f90.
| type(cmd_opts_internal), dimension(:), pointer dc_args::args::cmd_opts_list => null() |
List of items identified as options among command line arguments
Definition at line 239 of file dc_args.f90.
| type(hash) dc_args::args::helpmsg |
| logical dc_args::args::initialized = .false. |
Initialization flag
Definition at line 236 of file dc_args.f90.