Definition at line 182 of file mainShowImSet.cpp. References Impala::CmdOptions::GetInstance(), and Impala::CmdOptions::GetString(). 00183 { 00184 CmdOptions& options = CmdOptions::GetInstance(); 00185 std::string str = options.GetString(name, dflt); 00186 return str[0]; 00187 }
Here is the call graph for this function:
|