template<typename type, class allocator>
FXStream& FX::operator<< ( FXStream &  s,
const QMemArray< type, allocator > &  a 
)

Writes the contents of the array to stream s.

Definition at line 297 of file qmemarray.h.

00298 {
00299     QMemArrayImpl::Serialise<Generic::TraitsBasic<type>::isPOD, type, allocator>(s, a);
00300     return s;
00301 }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:32:28 2009 for TnFOX by doxygen v1.4.7