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

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

Definition at line 148 of file WriteRaw.h.

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

00150 {
00151     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00152     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp", 0, true);
00153     if (buf)
00154     {
00155         WriteRawList(list, buf, binary);
00156         delete buf;
00157     }
00158 }

Here is the call graph for this function:


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