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

template<class ArrayT>
void Impala::Core::Array::ReadRawListVar ( std::vector< ArrayT * > &  list,
Persistency::File  file 
) [inline]

Definition at line 513 of file ReadRaw.h.

References Impala::Persistency::File::GetReadBuffer(), and ReadRawListVar().

Referenced by Impala::Application::Im::DoTestEqualTem().

00514 {
00515     Util::IOBuffer* buf = file.GetReadBuffer();
00516     if (buf)
00517     {
00518         ReadRawListVar(list, buf);
00519         delete buf;
00520     }
00521 }

Here is the call graph for this function:


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