![]() |
Stellarator-Tools
|
Contains module commandline_parser. More...
Data Types | |
| type | commandline_parser::commandline_parser_class |
| Base class containing a parsed commandline. More... | |
Modules | |
| module | commandline_parser |
| Defines the base class of the type commandline_parser_class. | |
Functions/Subroutines | |
| class(commandline_parser_class) function, pointer | commandline_parser::commandline_parser_construct () |
| Construct a commandline_parser_class object. | |
| subroutine | commandline_parser::commandline_parser_destruct (this) |
| Deconstruct a commandline_parser_class object. | |
| character(len=path_length) function | commandline_parser::commandline_parser_get_string (this, arg) |
| Get the value of an argument as a string. | |
| integer function | commandline_parser::commandline_parser_get_integer (this, arg, default_value) |
| Get the value of an argument as an integer. | |
| real(rprec) function | commandline_parser::commandline_parser_get_real (this, arg, default_value) |
| Get the value of an argument as a Real. | |
| logical function | commandline_parser::commandline_parser_is_flag_set (this, arg) |
| Check if a command line argument was set. | |
| subroutine | commandline_parser::commandline_parser_print_help |
| Print out help text. | |
Contains module commandline_parser.