template<class type, class allocator>
FX::QQuickList< type, allocator >::QQuickList ( QQuickList< type, allocator > &  o  )  [inline]

Destructively copies a list very quickly.

Definition at line 563 of file qptrlist.h.

References FX::QQuickList< type, allocator >::operator=(), and FX::QQuickList< type, allocator >::QQuickList().

00563     {
00564 #endif
00565 #else
00566 private:
00567     QQuickList(const QQuickList &);     // disable copy constructor
00568 public:
00569     QQuickList(QQuickList &&o) : QPtrList<type, allocator>(true)
00570     {
00571 #endif
00572         Base::splice(Base::begin(), o, o.begin(), o.end());
00573     }
00574 #ifndef HAVE_CPP0XRVALUEREFS


(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