Definition at line 223 of file CmdOptions.h. References GetOptIdx(), and mOptHideUsage. 00224 { 00225 int idx = GetOptIdx(parameter); 00226 if (idx < 0) 00227 return; 00228 mOptHideUsage[idx] = true; 00229 }
Here is the call graph for this function: ![]()
|