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

template<class ArrayT>
void Impala::Core::Array::ReadRawListVar ( std::vector< ArrayT * > &  list,
String  fileName,
Util::Database *  db 
) [inline]

Definition at line 356 of file ReadRaw.h.

References Impala::Util::Database::GetIOBuffer(), and ReadRawListVar().

00357 {
00358     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00359     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00360     if (buf)
00361     {
00362         ReadRawListVar(list, buf);
00363         delete buf;
00364     }
00365 }

Here is the call graph for this function:


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