Definition at line 119 of file PropertySet.h. References mNames, mValues, and Impala::Util::IOBuffer::Puts(). 00120 { 00121 std::string res; 00122 for(int i=0 ; i<mNames.size() ; ++i) 00123 res += mNames[i] + "=" + mValues[i] +" "; 00124 buf->Puts(res); 00125 }
Here is the call graph for this function:
|