|
| impure elemental type(opt_t) function, public | ftn_getopt::optinit (name, type, short_name, stat) |
| | Procedure optinit. More...
|
| |
| elemental logical function, public | ftn_getopt::optset (option) |
| | Procedure optset. More...
|
| |
| elemental integer function, public | ftn_getopt::optind (option) |
| | Procedure optind. More...
|
| |
| integer function, public | ftn_getopt::optlen (option) |
| | Procedure optlen. More...
|
| |
| subroutine | ftn_getopt::optval_logical (option, value, stat) |
| | Specific procedure of optval. More...
|
| |
| subroutine | ftn_getopt::optval_integer (option, value, stat) |
| | Specific procedure of optval. More...
|
| |
| subroutine | ftn_getopt::optval_real (option, value, stat) |
| | Specific procedure of optval. More...
|
| |
| subroutine | ftn_getopt::optval_string (option, value, stat) |
| | Specific procedure of optval. More...
|
| |
| impure elemental subroutine, public | ftn_getopt::optarg (option, stat) |
| | Procedure optarg. More...
|
| |