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


Public Member Functions | |
| option_imp (vector< string > &value, char const *option_name, char short_name, char const *help_str, char const *arg_help_str, char separator= ',') | |
| void | post_process () |
| post_process - perform any necessary post-processing | |
| ~option_imp () | |
option< vector<string> > - a string vector option
Use this for options taking a number of string arguments, separated by the given separator.
| popt::option_imp< vector< string > >::option_imp | ( | vector< string > & | value, | |
| char const * | option_name, | |||
| char | short_name, | |||
| char const * | help_str, | |||
| char const * | arg_help_str, | |||
| char | separator = ',' | |||
| ) |
| popt::option_imp< vector< string > >::~option_imp | ( | ) | [inline] |
| void popt::option_imp< vector< string > >::post_process | ( | ) | [virtual] |
post_process - perform any necessary post-processing
Reimplemented from popt::option_base.
References separate_token().
1.6.1