option_base - base class for implementation of a command line option More...

Public Member Functions | |
| option_base (char const *option_name, char short_name, char const *help_str, char const *arg_help_str, void *data, unsigned int popt_flags) | |
| option_base - construct an option with the given options. | |
| virtual | ~option_base () |
| virtual void | post_process () |
| post_process - perform any necessary post-processing | |
Protected Attributes | |
| char const * | option_name |
option_base - base class for implementation of a command line option
Every command line option added before calling parse_options() is of this type.
| popt::option_base::option_base | ( | char const * | option_name, | |
| char | short_name, | |||
| char const * | help_str, | |||
| char const * | arg_help_str, | |||
| void * | data, | |||
| unsigned int | popt_flags | |||
| ) |
option_base - construct an option with the given options.
| virtual popt::option_base::~option_base | ( | ) | [inline, virtual] |
| virtual void popt::option_base::post_process | ( | ) | [inline, virtual] |
post_process - perform any necessary post-processing
Reimplemented in popt::option_imp< void >, popt::option_imp< string >, and popt::option_imp< vector< string > >.
char const* popt::option_base::option_name [protected] |
1.6.1