|
PartMC
2.4.0
|
Data Types | |
| type | option_s |
Functions/Subroutines | |
| character function | substr (str, i, j) |
| character function | getopt (optstring, longopts) |
| character function | process_long (longopts, arg) |
| character function | process_short (optstring, arg) |
Variables | |
| character(len=80) | optarg |
| character | optopt |
| integer | optind =1 |
| logical | opterr =.true. |
| integer, private | grpind =2 |
| character function getopt_m::getopt | ( | character(len=*), intent(in) | optstring, |
| type(option_s), dimension(:), intent(in), optional | longopts | ||
| ) |
Definition at line 132 of file getopt.F90.
| character function getopt_m::process_long | ( | type(option_s), dimension(:), intent(in) | longopts, |
| character(len=*), intent(in) | arg | ||
| ) |
Definition at line 157 of file getopt.F90.
| character function getopt_m::process_short | ( | character(len=*), intent(in) | optstring, |
| character(len=*), intent(in) | arg | ||
| ) |
Definition at line 191 of file getopt.F90.
| character function getopt_m::substr | ( | character(len=*), intent(in) | str, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j | ||
| ) |
Definition at line 118 of file getopt.F90.
|
private |
Definition at line 104 of file getopt.F90.
| character(len=80) getopt_m::optarg |
Definition at line 92 of file getopt.F90.
| logical getopt_m::opterr =.true. |
Definition at line 95 of file getopt.F90.
| integer getopt_m::optind =1 |
Definition at line 94 of file getopt.F90.
| character getopt_m::optopt |
Definition at line 93 of file getopt.F90.