24 #ifndef TCLAP_SWITCH_ARG_H
25 #define TCLAP_SWITCH_ARG_H
63 const std::string& name,
64 const std::string& desc,
83 const std::string& name,
84 const std::string& desc,
98 virtual bool processArg(
int* i, std::vector<std::string>& args);
117 const std::string& name,
118 const std::string& desc,
121 :
Arg(flag, name, desc, false, false, v),
126 const std::string& name,
127 const std::string& desc,
131 :
Arg(flag, name, desc, false, false, v),
152 for (
unsigned int i = 1; i < combinedSwitches.length(); i++ )
153 if ( combinedSwitches[i] ==
_flag[0] )