|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CQuickSort { public: CQuickSort(); ~CQuickSort(); public: void Sort(CSortable &data); };
The quick sort engine.
Constructor/Destructor Summary | |
CQuickSort
();
����������Constructs the quick sort engine. |
|
~CQuickSort
();
����������Destroys the quick sort engine. |
Function Summary | |
void
|
Sort
(CSortable &data);
����������Sorts the specified array. |
Constructor/Destructor Detail |
CQuickSort();
Constructs the quick sort engine.
~CQuickSort();
Destroys the quick sort engine.
Function Detail |
void Sort(CSortable &data);
Sorts the specified array.
data
- the array to sort
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |