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

Sorts the array into numerical order.

Definition at line 195 of file qmemarray.h.

00196     {
00197         if(extArray) throw "Not implemented for external arrays";
00198         std::sort(Base::begin(), Base::end(), sortPredicate);
00199     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:41 2009 for TnFOX by doxygen v1.4.7