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

bool Impala::Util::Write ( PropertySet *  props,
IOBuffer *  buf 
)

Definition at line 285 of file PropertySet.h.

References Impala::Util::PropertySet::GetDescription(), ILOG_ERROR, ILOG_FUNCTION, Impala::Util::IOBuffer::Puts(), and Impala::Util::IOBuffer::Valid().

Referenced by Write().

00286 {
00287     ILOG_FUNCTION(Impala.Util.PropertySet.Write);
00288     if(buf == 0 || !buf->Valid())
00289     {
00290         ILOG_ERROR("invalid io buffer");
00291         return false;
00292     }
00293     buf->Puts(props->GetDescription());
00294     return true;
00295 }

Here is the call graph for this function:


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