algorithm.h File Reference

Algorithm generation templates. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ctl_array_qsort_declare(type)   void ppConcat(type,_array_qsort)( type* low, type* high, int (*compare)(const type* p1, const type* p2) )
 Declare a quicker sort for a particular data type.
#define ctl_array_bsort_declare(type)   void ppConcat(type,_array_bsort)( type* low, type* high, int (*compare)(const type* p1, const type* p2) )
 Declare a bubble sort for a particular data type.


Detailed Description

Algorithm generation templates.

Author:
David Mace

Definition in file algorithm.h.


Generated on Fri Jan 2 15:28:35 2009 for Squat by  doxygen 1.5.6