libsim  Versione 7.1.6
Membri pubblici | Elenco di tutti i membri
Riferimenti per l'nterfacciaoptionparser_add

Add a new option of a specific type. Continua...

Membri pubblici

subroutine optionparser_add_c (this, short_opt, long_opt, dest, default, help, isopt)
 Add a new option with a character type argument. Continua...
 
subroutine optionparser_add_i (this, short_opt, long_opt, dest, default, help)
 Add a new option with an integer type argument. Continua...
 
subroutine optionparser_add_r (this, short_opt, long_opt, dest, default, help)
 Add a new option with a real type argument. Continua...
 
subroutine optionparser_add_d (this, short_opt, long_opt, dest, default, help)
 Add a new option with a double precision type argument. Continua...
 
subroutine optionparser_add_l (this, short_opt, long_opt, dest, help)
 Add a new logical option, without optional argument. Continua...
 
subroutine optionparser_add_iarray (this, short_opt, long_opt, dest, default, help)
 Add a new option with an integer type array argument. Continua...
 
subroutine optionparser_add_rarray (this, short_opt, long_opt, dest, default, help)
 Add a new option with a real type array argument. Continua...
 
subroutine optionparser_add_darray (this, short_opt, long_opt, dest, default, help)
 Add a new option with a double precision type array argument. Continua...
 

Descrizione dettagliata

Add a new option of a specific type.

Although the generic name optionparser_add should be used, refer to the members of the interface for a detailed documentation.

Definizione alla linea 418 del file optionparser_class.F90.


Generated with Doxygen.