Public Member Functions | |
| subroutine | dcargsget0 (arg, argv) |
Definition at line 315 of file dc_args.f90.
| subroutine dc_args::dcargsget::dcargsget0 | ( | type(args), intent(inout) | arg, |
| character(*), dimension(:), pointer | argv ) |
Get non-option command line arguments
Returns command line arguments that are not options to argv.
argv is a pointer to a character array. When giving it as an argument, be sure to give it in an empty state.
| [in,out] | arg | ARGS derived type variable |
| [out] | argv | Pointer to character array to receive non-option arguments |
Definition at line 1048 of file dc_args.f90.
References dc_string::joinchar(), and dc_present::present_and_true().