FTN_Getopt
Fortran command line processing
Private Attributes | List of all members
ftn_getopt::opt_t Type Reference

Class opt_t. More...

Private Attributes

character(len=:), allocatable name
 
character(len=1) short_name = ' '
 
logical set = .FALSE.
 
integer optind = -1
 
class(*), allocatable value
 

Detailed Description

Class opt_t.

each option is stored inside an object of this type.

Member Data Documentation

◆ name

character(len=:), allocatable ftn_getopt::opt_t::name
private

◆ optind

integer ftn_getopt::opt_t::optind = -1
private

◆ set

logical ftn_getopt::opt_t::set = .FALSE.
private

◆ short_name

character(len=1) ftn_getopt::opt_t::short_name = ' '
private

◆ value

class(*), allocatable ftn_getopt::opt_t::value
private

The documentation for this type was generated from the following file: