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

Reads an array from stream s.

Definition at line 303 of file qmemarray.h.

00304 {
00305     QMemArrayImpl::Deserialise<Generic::TraitsBasic<type>::isPOD, type, allocator>(s, a);
00306     return s;
00307 }


(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