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

Sorts the list using a user supplied callable entity taking two pointers of type type.

Definition at line 237 of file qptrvector.h.

00238     {
00239         std::sort(std::vector<type *>::begin(), std::vector<type *>::end(), sortfunc);
00240     }


(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