add_flag_opt(const char c, const string &s, bool *f) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, string *str) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, int *i) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, unsigned int *ui) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, long *l) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, unsigned long *ul) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, double *d) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, float *f) | ASSA::CmdLineOpts | |
add_opt(const char c_, const string &s_, OPTS_FUNC f_) | ASSA::CmdLineOpts | |
add_opt(const char c_, const string &s_, OPTS_FUNC_ONE f_) | ASSA::CmdLineOpts | |
assign(Option *node_, const char *op_) | ASSA::CmdLineOpts | [protected] |
CmdLineOpts() | ASSA::CmdLineOpts | [inline] |
dump() const | ASSA::CmdLineOpts | |
find_option(const char *str_) | ASSA::CmdLineOpts | [protected] |
find_option(const char letter_) | ASSA::CmdLineOpts | [protected] |
free_argv(char **&argv_) | ASSA::CmdLineOpts | [static] |
get_opt_error() const | ASSA::CmdLineOpts | [inline] |
is_valid(const char sopt_, const string &lopt_) | ASSA::CmdLineOpts | [protected] |
m_error | ASSA::CmdLineOpts | [private] |
m_opts_set | ASSA::CmdLineOpts | [private] |
OptionSet typedef | ASSA::CmdLineOpts | |
OPTS_FUNC typedef | ASSA::CmdLineOpts | |
OPTS_FUNC_ONE typedef | ASSA::CmdLineOpts | |
parse_args(const char *argv[]) | ASSA::CmdLineOpts | |
parse_config_file(IniFile &inifile_) | ASSA::CmdLineOpts | |
pos_arg(const char *arg_) | ASSA::CmdLineOpts | [inline, protected, virtual] |
rm_opt(const char c_, const string &s_) | ASSA::CmdLineOpts | |
set_error_none() | ASSA::CmdLineOpts | [inline, protected] |
str_to_argv(const string &src_, int &argc_, char **&argv_) | ASSA::CmdLineOpts | [static] |
~CmdLineOpts() | ASSA::CmdLineOpts | [inline, virtual] |