BraWl
Loading...
Searching...
No Matches
command_line::cmd_arg Type Reference

type containing a key-value pair More...

Public Attributes

character(len=:), allocatable name
 
character(len=:), allocatable value
 
logical has_value = .true.
 

Detailed Description

type containing a key-value pair

Definition at line 45 of file command_line.f90.

Member Data Documentation

◆ has_value

logical command_line::cmd_arg::has_value = .true.

Definition at line 48 of file command_line.f90.

48 logical :: has_value = .true. !whether a value was supplied (c.f. empty)

◆ name

character(len=:), allocatable command_line::cmd_arg::name

Definition at line 46 of file command_line.f90.

46 character(len=:), allocatable :: name

◆ value

character(len=:), allocatable command_line::cmd_arg::value

Definition at line 47 of file command_line.f90.

47 character(len=:), allocatable :: value

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