template<class type, class allocator>
void FX::QPtrList< type, allocator >::sort (  )  [inline, inherited]

Sorts the list.

Definition at line 260 of file qptrlist.h.

References FX::QValueListQSort< type, movePolicy, swapPolicy, comparePolicy >::run().

00261     {
00262         QValueListQSort<type *, Pol::itMove, swapPolicy, comparePolicyMe> sorter((QValueList<type *> &) *this);
00263         sorter.run();
00264     }


(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