1 #ifndef _theplu_yat_utility_option_help_
2 #define _theplu_yat_utility_option_help_
25 #include "OptionSwitch.h"
73 std::string desc=
"display this help and exit");
89 std::string&
usage(
void);
93 std::string synopsis_;
94 std::string post_cmd_;
98 void do_parse2(std::vector<std::string>::iterator,
99 std::vector<std::string>::iterator);
Class for help option.
Definition: OptionHelp.h:61
Class for switch option.
Definition: OptionSwitch.h:37
std::string & synopsis(void)
std::string & post_arguments(void)
Class for parsing the command line.
Definition: CommandLine.h:98
OptionHelp(CommandLine &cmd, std::string name="h,help", std::string desc="display this help and exit")
Constructor.
const CommandLine & cmd(void) const
std::string & usage(void)