template<class type, class allocator>
FXStream& operator<< ( FXStream s,
const QQuickList< type > &  _i 
) [friend]

Definition at line 640 of file qptrlist.h.

00640     {
00641         const QPtrList<type, allocator> &i=_i;
00642         s << i;
00643         return s;
00644     }
00645     friend FXStream &operator>>(FXStream &s, QQuickList<type> &_i)


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