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

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

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:


Generated on Thu Jan 13 09:24:19 2011 for ImpalaSrc by  doxygen 1.5.1