JWS C++ Library
C++ language utility library
|
desc | jwscxx::base::Option | [protected] |
func | jwscxx::base::Option_with_arg | [protected] |
get_l_name_arg(const char *str) const | jwscxx::base::Option_with_arg | [protected] |
is_l_name_option(const char *arg) const | jwscxx::base::Option | [protected] |
is_s_name_option(const char *arg) const | jwscxx::base::Option | [protected] |
l_name | jwscxx::base::Option | [protected] |
Option(char s_name, const char *l_name, const char *desc) | jwscxx::base::Option | |
Option_with_arg(char s_name, const char *l_name, const char *desc, void(*func)(const char *arg) throw(Arg_error)) | jwscxx::base::Option_with_arg | |
print(ostream &out, int width) const | jwscxx::base::Option_with_arg | [virtual] |
process(int argc, char **argv) const | jwscxx::base::Option_with_arg | [virtual] |
s_name | jwscxx::base::Option | [protected] |
~Option() | jwscxx::base::Option | [inline, virtual] |