Definition at line 90 of file getopt.F90.
character function getopt_m::getopt |
( |
character(len=*), intent(in) |
optstring, |
|
|
type(option_s), dimension(:), intent(in), optional |
longopts |
|
) |
| |
character function getopt_m::process_long |
( |
type(option_s), dimension(:), intent(in) |
longopts, |
|
|
character(len=*), intent(in) |
arg |
|
) |
| |
character function getopt_m::process_short |
( |
character(len=*), intent(in) |
optstring, |
|
|
character(len=*), intent(in) |
arg |
|
) |
| |
character function getopt_m::substr |
( |
character(len=*), intent(in) |
str, |
|
|
integer, intent(in) |
i, |
|
|
integer, intent(in) |
j |
|
) |
| |
integer, private getopt_m::grpind =2 |
|
private |
character(len=80) getopt_m::optarg |
logical getopt_m::opterr =.true. |
integer getopt_m::optind =1 |
character getopt_m::optopt |
The documentation for this module was generated from the following file: