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

void Impala::CmdOptions::CheckDynamicOption ( String  s  )  [inline, private]

Definition at line 302 of file CmdOptions.h.

References AddOption(), and Impala::StringStartsWith().

Referenced by DoParseArgs().

00303     {
00304         if (StringStartsWith(s, "data::"))
00305         {
00306             AddOption(0, s.c_str(), "prefixPath", "");
00307         }
00308         if (StringStartsWith(s, "dataServer::"))
00309         {
00310             AddOption(0, s.c_str(), "otherServer", "");
00311         }
00312     }

Here is the call graph for this function:


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