Definition at line 210 of file CmdOptions.h. References GetOptIdx(), and mOptHideUsage. 00211 { 00212 int idx = GetOptIdx(parameter); 00213 if (idx < 0) 00214 return; 00215 mOptHideUsage[idx] = true; 00216 }
Here is the call graph for this function:
|