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

Impala::Util::IOBuffer::IOBuffer (  )  [inline]

create an empty buffer where you can write in

Warning:
: One *cannot* write in a buffer created by this c'tor. We sould impelement a function Grow(int minamount) or Reserve(int size) or somesuch. In the current implementation an empty buffer will always remain empty regardless of how much one writes to it!

Definition at line 65 of file IOBuffer.h.

References mBuffer, mDataChannel, mPosition, and mSize.

00066     {
00067         mBuffer = 0;
00068         mSize = 0;
00069         mPosition = 0;
00070         mDataChannel = 0;
00071     }


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