#include <as_cmdline.h>
|
| virtual bool | parse (int, const char **) |
| |
| | as_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 20 of file as_cmdline.h.
◆ as_cmdlinet()
| as_cmdlinet::as_cmdlinet |
( |
| ) |
|
|
inline |
◆ parse()
| bool as_cmdlinet::parse |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: