FTN_Getopt
Fortran command line processing
|
Private Attributes | |
character(len=:), allocatable | name |
character(len=1) | short_name = ' ' |
logical | set = .FALSE. |
integer | optind = -1 |
class(*), allocatable | value |
Class opt_t.
each option is stored inside an object of this type.
|
private |
|
private |
|
private |
|
private |
|
private |