Definition at line 308 of file mainShowVidSet.cpp. References Impala::CmdOptions::GetInstance(), and Impala::CmdOptions::GetString(). 00309 { 00310 CmdOptions& options = CmdOptions::GetInstance(); 00311 String str = options.GetString(name, dflt); 00312 return str[0]; 00313 }
Here is the call graph for this function: ![]()
|