Home || Visual Search || Applications || Architecture || 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 499 of file ReadRaw.h.

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

00500 {
00501     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00502     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00503     if (buf)
00504     {
00505         ReadRawListVar(list, buf);
00506         delete buf;
00507     }
00508 }

Here is the call graph for this function:


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