![]() |
Stellarator-Tools
|
Contains module bmw_commandline_parser. More...
Data Types | |
| interface | bmw_commandline_parser::bmw_commandline_parser_class |
| Base class containing a parsed bmw_commandline. More... | |
Modules | |
| module | bmw_commandline_parser |
| Defines the base class of the type bmw_commandline_parser_class. | |
Functions/Subroutines | |
| class(bmw_commandline_parser_class) function, pointer | bmw_commandline_parser::bmw_commandline_parser_construct (parallel) |
| Construct a bmw_commandline_parser_class object. | |
| subroutine | bmw_commandline_parser::bmw_commandline_parser_destruct (this) |
| Deconstruct a bmw_commandline_parser_class object. | |
| character(len=path_length) function | bmw_commandline_parser::bmw_commandline_parser_get_string (this, arg) |
| Get the value of an argument as a string. | |
| integer function | bmw_commandline_parser::bmw_commandline_parser_get_integer (this, arg, default_value) |
| Get the value of an argument as an integer. | |
| real(rprec) function | bmw_commandline_parser::bmw_commandline_parser_get_real (this, arg, default_value) |
| Get the value of an argument as a Real. | |
| logical function | bmw_commandline_parser::bmw_commandline_parser_is_flag_set (this, arg) |
| Check if a command line argument was set. | |
| subroutine | bmw_commandline_parser::bmw_commandline_parser_flag_requires_value (this, index) |
| Check if a command line argument requires a value. | |
| character(len=path_length) function | bmw_commandline_parser::bmw_commandline_parser_check_arg (this, arg) |
| Check if a command line argument is valid. | |
| subroutine | bmw_commandline_parser::bmw_commandline_parser_print_help |
| Print out help text. | |
Contains module bmw_commandline_parser.