option<string> - a string option More...


Public Member Functions | |
| option_imp (string &value, char const *option_name, char short_name, char const *help_str, char const *arg_help_str) | |
| void | post_process () |
| post_process - perform any necessary post-processing | |
| ~option_imp () | |
option<string> - a string option
Use this for options taking a string e.g. --frob parsley
| popt::option_imp< string >::option_imp | ( | string & | value, | |
| char const * | option_name, | |||
| char | short_name, | |||
| char const * | help_str, | |||
| char const * | arg_help_str | |||
| ) |
| popt::option_imp< string >::~option_imp | ( | ) | [inline] |
| void popt::option_imp< string >::post_process | ( | ) | [virtual] |
post_process - perform any necessary post-processing
Reimplemented from popt::option_base.
1.6.1