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

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

Definition at line 404 of file IOBuffer.h.

References mPosition, and mSize.

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

00405     {
00406         mPosition = position;
00407         if (mPosition > mSize)
00408             mSize = position;
00409     }


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