argument Derived Type

type, public :: argument

general command line argument


Components

Type Visibility Attributes Name Initial
integer, public :: n
character(len=2048), public, dimension(:), allocatable :: option
character(len=2048), public, dimension(:), allocatable :: string
real(kind=long), public, dimension(:), allocatable :: value
real(kind=long), public, dimension(:), allocatable :: value2
logical, public, dimension(:), allocatable :: yes