Definition at line 68 of file PropertySet.h. References Impala::atof(), and GetString(). 00069 { 00070 std::string val = GetString(name); 00071 if(val == "") 00072 return defaultValue; 00073 return atof(val); 00074 }
Here is the call graph for this function:
|