V3FIT
Public Attributes | List of all members
bmw_commandline_parser::bmw_commandline_parser_class Type Reference

Base class containing a parsed bmw_commandline. More...

Public Attributes

character(len=max_lengthcommand
 Command name of current process.
 
character(len=max_arg_length), dimension(:), pointer arg => null()
 Array of arguments. An argument is the form of -flag.
 
character(len=path_length), dimension(:), pointer value => null()
 Array of value corresponding to the flag. A value is everything after the '=' character. The value maybe blank indicating there was no value provided.
 

Detailed Description

Base class containing a parsed bmw_commandline.

Definition at line 89 of file bmw_commandline_parser.f.


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