#include <ms_link_cmdline.h>
|
| virtual bool | parse (int, const char **) |
| | parses the command line options into a cmdlinet More...
|
| |
| | ms_link_cmdlinet () |
| |
| | ~goto_cc_cmdlinet () |
| |
| std::size_t | get_optnr (const std::string &option) |
| |
| void | set (const std::string &opt, const std::string &value) |
| |
| void | set (const std::string &opt) |
| |
| bool | have_infile_arg () const |
| |
| virtual bool | parse (int argc, const char **argv, const char *optstring) |
| |
| virtual bool | parse (int argc, const char **argv, const char *optstring) |
| |
| std::string | get_value (char option) const |
| |
| std::string | get_value (const char *option) const |
| |
| const std::list< std::string > & | get_values (const std::string &option) const |
| |
| const std::list< std::string > & | get_values (char option) const |
| |
| std::list< std::string > | get_comma_separated_values (const char *option) const |
| |
| virtual bool | isset (char option) const |
| |
| virtual bool | isset (const char *option) const |
| |
| virtual void | clear () |
| |
| bool | has_option (const std::string &option) const |
| |
| | cmdlinet () |
| |
| virtual | ~cmdlinet () |
| |
Definition at line 19 of file ms_link_cmdline.h.
◆ ms_link_cmdlinet()
| ms_link_cmdlinet::ms_link_cmdlinet |
( |
| ) |
|
|
inline |
◆ parse() [1/2]
| bool ms_link_cmdlinet::parse |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
virtual |
◆ parse() [2/2]
| bool ms_link_cmdlinet::parse |
( |
const std::vector< std::string > & |
options | ) |
|
|
protected |
◆ process_link_option()
| void ms_link_cmdlinet::process_link_option |
( |
const std::string & |
s | ) |
|
|
protected |
◆ process_non_link_option()
| void ms_link_cmdlinet::process_non_link_option |
( |
const std::string & |
s | ) |
|
|
protected |
◆ process_response_file()
| void ms_link_cmdlinet::process_response_file |
( |
const std::string & |
file | ) |
|
|
protected |
◆ process_response_file_line()
| void ms_link_cmdlinet::process_response_file_line |
( |
const std::string & |
line | ) |
|
|
protected |
The documentation for this class was generated from the following files: