option<void> - a binary option More...


Public Member Functions | |
| option_imp (bool &value, char const *option_name, char short_name, char const *help_str) | |
| ~option_imp () | |
| void | post_process () |
| post_process - perform any necessary post-processing | |
option<void> - a binary option
Use this option type for constructing specified / not-specified options e.g. --frob
| popt::option_imp< void >::option_imp | ( | bool & | value, | |
| char const * | option_name, | |||
| char | short_name, | |||
| char const * | help_str | |||
| ) |
| popt::option_imp< void >::~option_imp | ( | ) | [inline] |
| void popt::option_imp< void >::post_process | ( | ) | [virtual] |
post_process - perform any necessary post-processing
Reimplemented from popt::option_base.
References is_prefix().
1.6.1