template<class type>
void FX::QPtrVector< type >::sort (  )  [inline]

Sorts the list.

Definition at line 242 of file qptrvector.h.

00243     {
00244         std::sort(std::vector<type *>::begin(), std::vector<type *>::end(), SortPredicate(this));
00245     }


(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