[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 }