Public Member Functions | |
option_imp (int &value, char const *option_name, char short_name, char const *help_str, char const *arg_help_str) | |
~option_imp () | |
virtual void | post_process () |
Protected Attributes | |
char const * | option_name |
option<int> - a integer option
Use this for options taking an integer e.g. --frob 6
Definition at line 150 of file popt_options.cpp.
popt::option_imp< int >::option_imp | ( | int & | value, | |
char const * | option_name, | |||
char | short_name, | |||
char const * | help_str, | |||
char const * | arg_help_str | |||
) |
Definition at line 282 of file popt_options.cpp.
popt::option_imp< int >::~option_imp | ( | ) | [inline] |
Definition at line 155 of file popt_options.cpp.
virtual void popt::option_base::post_process | ( | ) | [inline, virtual, inherited] |
post_process - perform any necessary post-processing
Reimplemented in popt::option_imp< void >, popt::option_imp< string >, and popt::option_imp< vector< string > >.
Definition at line 50 of file popt_options.cpp.
char const* popt::option_base::option_name [protected, inherited] |
Definition at line 53 of file popt_options.cpp.