libsim  Versione7.1.6
type(optionparser) function, public optionparser_new ( character(len=*), intent(in), optional  usage_msg,
character(len=*), intent(in), optional  description_msg 
)

Create a new instance of an optionparser object.

General usage and description messages can be optionally provided, the options will be added later.

Parametri
[in]usage_msgshort help message which describes the program usage, if not provided, a standard message will be printed
[in]description_msglong help message which describes the program purpose, if not provided, nothing will be printed

Definizione alla linea 1052 del file optionparser_class.F90.


Generated with Doxygen.