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

template<class ArrayT>
void Impala::Core::Array::WriteRawList ( std::vector< ArrayT * >  list,
Persistency::File  file,
bool  binary 
) [inline]

Definition at line 163 of file WriteRaw.h.

References Impala::Persistency::File::GetWriteBuffer(), and WriteRawList().

00164 {
00165     Util::IOBuffer* buf = file.GetWriteBuffer();
00166     if (buf)
00167     {
00168         WriteRawList(list, buf, binary);
00169         delete buf;
00170     }
00171 }

Here is the call graph for this function:


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