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

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

Definition at line 289 of file CmdOptions.h.

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

Referenced by DoParseArgs().

00290     {
00291         if (StringStartsWith(s, "data::"))
00292         {
00293             AddOption(0, s.c_str(), "prefixPath", "");
00294         }
00295         if (StringStartsWith(s, "dataServer::"))
00296         {
00297             AddOption(0, s.c_str(), "otherServer", "");
00298         }
00299     }

Here is the call graph for this function:


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