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

virtual Int64 Impala::Util::IOBufferFile::Puts ( const char *  buf  )  [inline, virtual]

Reimplemented from Impala::Util::IOBuffer.

Definition at line 234 of file IOBufferFile.h.

References FTell(), mFile, and Impala::Util::IOBuffer::SetPositionAndSize().

00235     {
00236         fprintf(mFile, "%s\n", buf);
00237         SetPositionAndSize(FTell(mFile));
00238         return 1;
00239     }

Here is the call graph for this function:


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