#include "setup.h"#include "argacces.h"#include "dffnxfun.h"#include "envrnmnt.h"#include "evaluatn.h"#include "extnfunc.h"#include "memalloc.h"#include "multifld.h"#include "sysdep.h"#include "sortfun.h"

Go to the source code of this file.
Classes | |
| struct | sortFunctionData |
Defines | |
| #define | _SORTFUN_SOURCE_ |
| #define | SORTFUN_DATA 7 |
| #define | SortFunctionData(theEnv) ((struct sortFunctionData *) GetEnvironmentData(theEnv,SORTFUN_DATA)) |
Functions | |
| globle void | SortFunctionDefinitions (void *theEnv) |
| globle void | SortFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| void | MergeSort (void *theEnv, unsigned long listSize, DATA_OBJECT *theList, int(*swapFunction)(void *, DATA_OBJECT *, DATA_OBJECT *)) |
| #define SortFunctionData | ( | theEnv | ) | ((struct sortFunctionData *) GetEnvironmentData(theEnv,SORTFUN_DATA)) |
| void MergeSort | ( | void * | theEnv, | |
| unsigned long | listSize, | |||
| DATA_OBJECT * | theList, | |||
| int(*)(void *, DATA_OBJECT *, DATA_OBJECT *) | swapFunction | |||
| ) |
| globle void SortFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
1.5.6