#include <parse_options.h>
|
void | unknown_option_msg () |
| Print an error message mentioning the option that was not recognized when parsing the command line. More...
|
|
Definition at line 19 of file parse_options.h.
◆ parse_options_baset()
parse_options_baset::parse_options_baset |
( |
const std::string & |
optstring, |
|
|
int |
argc, |
|
|
const char ** |
argv, |
|
|
const std::string & |
program |
|
) |
| |
◆ ~parse_options_baset()
virtual parse_options_baset::~parse_options_baset |
( |
| ) |
|
|
inlinevirtual |
◆ doit()
virtual int parse_options_baset::doit |
( |
| ) |
|
|
pure virtual |
◆ help()
void parse_options_baset::help |
( |
| ) |
|
|
virtual |
◆ main()
int parse_options_baset::main |
( |
| ) |
|
|
virtual |
◆ unknown_option_msg()
void parse_options_baset::unknown_option_msg |
( |
| ) |
|
|
private |
Print an error message mentioning the option that was not recognized when parsing the command line.
Definition at line 55 of file parse_options.cpp.
◆ usage_error()
void parse_options_baset::usage_error |
( |
| ) |
|
|
virtual |
◆ cmdline
◆ log
◆ parse_result
bool parse_options_baset::parse_result |
|
private |
◆ ui_message_handler
The documentation for this class was generated from the following files: