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

virtual Impala::Util::IOBuffer::~IOBuffer (  )  [inline, virtual]

Definition at line 81 of file IOBuffer.h.

References mBuffer, mDataChannel, mDataChannelTmp, and WriteIOBufferToChannel().

00082     {
00083         if (mDataChannel)
00084             WriteIOBufferToChannel();
00085         if (mBuffer)
00086             delete [] mBuffer;
00087         if (!mDataChannelTmp.empty())
00088             remove(mDataChannelTmp.c_str());
00089     }

Here is the call graph for this function:


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