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

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

Definition at line 370 of file ReadRaw.h.

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

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

00371 {
00372     Util::IOBuffer* buf = file.GetReadBuffer();
00373     if (buf)
00374     {
00375         ReadRawListVar(list, buf);
00376         delete buf;
00377     }
00378 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:24 2010 for ImpalaSrc by  doxygen 1.5.1