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

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

00212 {
00213     Util::IOBuffer* buf = file.GetWriteBuffer();
00214     if (buf)
00215     {
00216         WriteRawList(list, buf, binary);
00217         delete buf;
00218     }
00219 }

Here is the call graph for this function:


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