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

virtual void Impala::Util::IOBuffer::SetPositionAndSize ( PositionType  position  )  [inline, virtual]

Definition at line 615 of file IOBuffer.h.

References mPosition, and mSize.

Referenced by Impala::Util::IOBufferFile::DoNativeTypeWrite(), Impala::Util::IOBufferFile::Puts(), and Impala::Util::IOBufferFile::Write().

00616     {
00617         mPosition = position;
00618         if (mPosition > mSize)
00619             mSize = position;
00620     }


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