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

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

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:


Generated on Thu Jan 13 09:13:57 2011 for ImpalaSrc by  doxygen 1.5.1