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

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

Definition at line 402 of file ReadRaw.h.

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

00403 {
00404     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00405     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00406     if (buf)
00407     {
00408         ReadRawList(list, buf);
00409         delete buf;
00410     }
00411 }

Here is the call graph for this function:


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