Definition at line 147 of file PropertySet.h. References mNames, mValues, and Impala::Util::IOBuffer::Puts(). 00148 { 00149 String res; 00150 for (int i=0 ; i<mNames.size() ; i++) 00151 res += mNames[i] + "=" + mValues[i] + " "; 00152 buf->Puts(res); 00153 }
Here is the call graph for this function: ![]()
|