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

template<class ArrayT>
void Impala::Core::Array::WriteRaw ( ArrayT *  src,
String  fileName,
Util::Database *  db,
int  mode 
) [inline]

Definition at line 122 of file WriteRaw.h.

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

00123 {
00124     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00125     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp", 0, true);
00126     if (buf)
00127     {
00128         WriteRaw(src, buf, mode);
00129         delete buf;
00130     }
00131 }

Here is the call graph for this function:


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