#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 char *value) override |
| Set option option to value . More...
|
|
void | set (const std::string &opt, const std::string &value) override |
|
void | set (const std::string &opt, bool value=true) override |
| Set option option to value , or true if the value is omitted. More...
|
|
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 |
|
option_namest | option_names () const |
| Pseudo-object that can be used to iterate over options in this cmdlinet (should not outlive this) More...
|
|
| cmdlinet () |
|
virtual | ~cmdlinet () |
|
std::vector< std::string > | get_argument_suggestions (const std::string &unknown_argument) |
|
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 |
( |
const std::vector< std::string > & |
arguments | ) |
|
|
protected |
◆ parse() [2/2]
bool ms_link_cmdlinet::parse |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
virtual |
◆ 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: