Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Util::PropertySet::Print ( IOBuffer buf  )  const [inline]

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:


Generated on Fri Mar 19 11:41:09 2010 for ImpalaSrc by  doxygen 1.5.1