15 #ifndef TCLAP_SWITCH_ARG_H 
   16 #define TCLAP_SWITCH_ARG_H 
   31 class SwitchArg : 
public Arg
 
   55                               const std::string& name,
 
   56                               const std::string& desc,
 
   75                               const std::string& name,
 
   76                               const std::string& desc,
 
   90                 virtual bool processArg(
int* i, std::vector<std::string>& args);
 
  109                                  const std::string& name,
 
  110                                  const std::string& desc,
 
  113 : 
Arg(flag, name, desc, false, false, v),
 
  118                                         const std::string& name,
 
  119                                         const std::string& desc,
 
  123 : 
Arg(flag, name, desc, false, false, v),
 
  144         for ( 
unsigned int i = 1; i < combinedSwitches.length(); i++ )
 
  145                 if ( combinedSwitches[i] == 
_flag[0] )