0.6.0
Loading...
Searching...
No Matches
mod_command_line_parser::t_cl_argument_item Type Reference

Public Attributes

integer id = 0
 
logical is_long = .false.
 
character(len=:), allocatable content
 
type(t_cl_argument_item), pointer next => null()
 

Member Data Documentation

◆ content

character(len=:), allocatable mod_command_line_parser::t_cl_argument_item::content

◆ id

integer mod_command_line_parser::t_cl_argument_item::id = 0

◆ is_long

logical mod_command_line_parser::t_cl_argument_item::is_long = .false.

◆ next

type(t_cl_argument_item), pointer mod_command_line_parser::t_cl_argument_item::next => null()

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