Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::CmdOptions::HideUsageFor ( String  parameter  )  [inline]

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:


Generated on Fri Mar 19 10:35:37 2010 for ImpalaSrc by  doxygen 1.5.1