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

template<class ArrayT>
void Impala::Core::Array::WriteRawList ( ArraySet< ArrayT > &  aSet,
String  fileName,
bool  binary 
) [inline]

Definition at line 225 of file WriteRaw.h.

References Impala::Core::Array::ArraySet< ArrayT >::Array(), Impala::Core::Array::ArraySet< ArrayT >::Size(), and WriteRawList().

00226 {
00227     std::vector<ArrayT*> list;
00228     for (Int64 i=0 ; i<aSet.Size() ; i++)
00229         list.push_back(aSet.Array(i));
00230     WriteRawList(list, fileName, binary);
00231 }

Here is the call graph for this function:


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